public static class LogisticRegressionModel.LogisticRegressionJSONExportModel extends JSONModel
Modifier and Type | Field and Description |
---|---|
double |
intercept
Intercept of the linear regression model.
|
boolean |
isKeepingRawLabels
Output label format. 0 and 1 for false value and raw sigmoid regression value otherwise.
|
double |
threshold
Threshold to assign '1' label to the observation if raw value more than this threshold.
|
double[] |
weights
Multiplier of the objects's vector required to make prediction.
|
formatVersion, JSON_MODEL_FORMAT_VERSION, modelClass, timestamp, uid
Constructor and Description |
---|
LogisticRegressionJSONExportModel() |
LogisticRegressionJSONExportModel(Long timestamp,
String uid,
String modelClass) |
Modifier and Type | Method and Description |
---|---|
LogisticRegressionModel |
convert()
Convert JSON string to IgniteModel object.
|
String |
toString() |
public double[] weights
public double intercept
public boolean isKeepingRawLabels
public double threshold
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.10.0 Release Date : March 10 2021