Package | Description |
---|---|
de.lmu.ifi.dbs.elki.algorithm.outlier.svm |
Support-Vector-Machines for outlier detection.
|
Modifier and Type | Field and Description |
---|---|
protected LibSVMOneClassOutlierDetection.SVMKernel |
LibSVMOneClassOutlierDetection.kernel
Kernel function in use.
|
protected LibSVMOneClassOutlierDetection.SVMKernel |
LibSVMOneClassOutlierDetection.Parameterizer.kernel
Kernel in use.
|
Modifier and Type | Method and Description |
---|---|
static LibSVMOneClassOutlierDetection.SVMKernel |
LibSVMOneClassOutlierDetection.SVMKernel.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LibSVMOneClassOutlierDetection.SVMKernel[] |
LibSVMOneClassOutlierDetection.SVMKernel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
LibSVMOneClassOutlierDetection(LibSVMOneClassOutlierDetection.SVMKernel kernel,
double nu)
Constructor.
|
Copyright © 2019 ELKI Development Team. License information.