public class SVMLinearMultiClassClassificationModel extends Object implements Model<Vector,Double>, Exportable<SVMLinearMultiClassClassificationModel>, Serializable
| Constructor and Description |
|---|
SVMLinearMultiClassClassificationModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(double clsLb,
SVMLinearBinaryClassificationModel mdl)
Adds a specific SVM binary classifier to the bunch of same classifiers.
|
Double |
apply(Vector input) |
boolean |
equals(Object o) |
int |
hashCode() |
<P> void |
saveModel(Exporter<SVMLinearMultiClassClassificationModel,P> exporter,
P path)
Save model by the given path.
|
String |
toString() |
public SVMLinearMultiClassClassificationModel()
public <P> void saveModel(Exporter<SVMLinearMultiClassClassificationModel,P> exporter, P path)
saveModel in interface Exportable<SVMLinearMultiClassClassificationModel>exporter - Exporter.path - Path to saved model.public void add(double clsLb,
SVMLinearBinaryClassificationModel mdl)
clsLb - The class label for the added model.mdl - The model.
Follow @ApacheIgnite
Ignite Fabric : ver. 2.6.0 Release Date : July 10 2018