Method | Description | |
---|---|---|
LinearRegressionModel ( ) : System |
Initialises a new LinearRegressionModel object
|
|
Predict ( |
Create a prediction based on the learned Theta values and the supplied test item.
|
public Predict ( |
||
x | Training record | |
return | double |