|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.lens.ml.MLModel<Double> org.apache.lens.ml.ClassifierBaseModel org.apache.lens.ml.spark.models.BaseSparkClassificationModel<org.apache.spark.mllib.classification.LogisticRegressionModel> org.apache.lens.ml.spark.models.LogitRegressionClassificationModel
public class LogitRegressionClassificationModel
The Class LogitRegressionClassificationModel.
Constructor Summary | |
---|---|
LogitRegressionClassificationModel(String modelId,
org.apache.spark.mllib.classification.LogisticRegressionModel model)
Instantiates a new logit regression classification model. |
Method Summary |
---|
Methods inherited from class org.apache.lens.ml.spark.models.BaseSparkClassificationModel |
---|
getId, predict |
Methods inherited from class org.apache.lens.ml.ClassifierBaseModel |
---|
getFeatureVector |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LogitRegressionClassificationModel(String modelId, org.apache.spark.mllib.classification.LogisticRegressionModel model)
modelId
- the model idmodel
- the model
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |