public class LogitRegressionClassificationModel extends BaseSparkClassificationModel<org.apache.spark.mllib.classification.LogisticRegressionModel>
Constructor and Description |
---|
LogitRegressionClassificationModel(String modelId,
org.apache.spark.mllib.classification.LogisticRegressionModel model)
Instantiates a new logit regression classification model.
|
getId, predict
getFeatureVector
getAlgoName, getCreatedAt, getFeatureColumns, getLabelColumn, getParams, getTable, setAlgoName, setCreatedAt, setFeatureColumns, setId, setLabelColumn, setParams, setTable, toString
public LogitRegressionClassificationModel(String modelId, org.apache.spark.mllib.classification.LogisticRegressionModel model)
modelId
- the model idmodel
- the modelCopyright © 2014–2018 Apache Software Foundation. All rights reserved.