|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.lens.ml.MLModel<Double>
org.apache.lens.ml.ClassifierBaseModel
org.apache.lens.ml.spark.models.BaseSparkClassificationModel<org.apache.spark.mllib.classification.SVMModel>
org.apache.lens.ml.spark.models.SVMClassificationModel
public class SVMClassificationModel
The Class SVMClassificationModel.
| Constructor Summary | |
|---|---|
SVMClassificationModel(String modelId,
org.apache.spark.mllib.classification.SVMModel model)
Instantiates a new SVM 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 SVMClassificationModel(String modelId,
org.apache.spark.mllib.classification.SVMModel model)
modelId - the model idmodel - the model
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||