|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.lens.ml.algo.api.MLModel<Double> org.apache.lens.ml.algo.lib.ClassifierBaseModel org.apache.lens.ml.algo.spark.BaseSparkClassificationModel<org.apache.spark.mllib.classification.SVMModel> org.apache.lens.ml.algo.spark.svm.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.algo.spark.BaseSparkClassificationModel |
---|
getId, predict |
Methods inherited from class org.apache.lens.ml.algo.lib.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 |