public abstract class ClassifierBaseModel extends MLModel<Double>
Constructor and Description |
---|
ClassifierBaseModel() |
Modifier and Type | Method and Description |
---|---|
double[] |
getFeatureVector(Object[] args)
Gets the feature vector.
|
getAlgoName, getCreatedAt, getFeatureColumns, getId, getLabelColumn, getParams, getTable, predict, setAlgoName, setCreatedAt, setFeatureColumns, setId, setLabelColumn, setParams, setTable, toString
public final double[] getFeatureVector(Object[] args)
args
- the argsCopyright © 2014–2018 Apache Software Foundation. All rights reserved.