public class SVM$ extends Object
Modifier and Type | Field and Description |
---|---|
static SVM$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
SVM$() |
Modifier and Type | Method and Description |
---|---|
SVM |
apply() |
Object |
fitSVM()
FitOperation which trains a SVM with soft-margin based on the given training data set. |
<T extends Vector> |
predictVectors()
Provides the operation that makes the predictions for individual examples.
|
String |
WEIGHT_VECTOR() |
public static final SVM$ MODULE$
public String WEIGHT_VECTOR()
public SVM apply()
public <T extends Vector> Object predictVectors()
public Object fitSVM()
FitOperation
which trains a SVM with soft-margin based on the given training data set.
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.