Package gorsat.Regression
Class LinearRegression
- java.lang.Object
-
- gorsat.Regression.LinearRegression
-
public class LinearRegression extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description LinearRegression(int maxNumberOfSamples, int numberOfCovariates)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrunRegression(double[] y)voidsetData(double[][] X, int numberOfSamples)
-