public static class LinearRegressionModel.LinearRegressionModelJSONExportModel extends JSONModel
Modifier and Type | Field and Description |
---|---|
double |
intercept
Intercept of the linear regression model.
|
double[] |
weights
Multiplier of the objects's vector required to make prediction.
|
formatVersion, JSON_MODEL_FORMAT_VERSION, modelClass, timestamp, uid
Constructor and Description |
---|
LinearRegressionModelJSONExportModel() |
LinearRegressionModelJSONExportModel(Long timestamp,
String uid,
String modelClass) |
Modifier and Type | Method and Description |
---|---|
LinearRegressionModel |
convert()
Convert JSON string to IgniteModel object.
|
public double[] weights
public double intercept
public LinearRegressionModelJSONExportModel(Long timestamp, String uid, String modelClass)
public LinearRegressionModelJSONExportModel()
public LinearRegressionModel convert()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.12.0 Release Date : January 10 2022