| Package | Description |
|---|---|
| smile.classification |
Classification algorithms.
|
| Modifier and Type | Method and Description |
|---|---|
static SVM.Multiclass |
SVM.Multiclass.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SVM.Multiclass[] |
SVM.Multiclass.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SVM.Trainer(MercerKernel<T> kernel,
double C,
double[] weight,
SVM.Multiclass strategy)
Constructor of trainer for multi-class SVMs.
|
SVM.Trainer(MercerKernel<T> kernel,
double C,
int k,
SVM.Multiclass strategy)
Constructor of trainer for multi-class SVMs.
|
SVM(MercerKernel<T> kernel,
double C,
double[] weight,
SVM.Multiclass strategy)
Constructor of multi-class SVM.
|
SVM(MercerKernel<T> kernel,
double C,
int k,
SVM.Multiclass strategy)
Constructor of multi-class SVM.
|
Copyright © 2015. All rights reserved.