MODEL - the generic typepublic class BaseSparkClassificationModel<MODEL extends org.apache.spark.mllib.classification.ClassificationModel> extends ClassifierBaseModel
| Constructor and Description |
|---|
BaseSparkClassificationModel(String modelId,
MODEL model)
Instantiates a new base spark classification model.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
Double |
predict(Object... args)
Predict.
|
getFeatureVectorCopyright © 2014–2015 Apache Software Foundation. All rights reserved.