Modifier and Type | Class and Description |
---|---|
class |
BinaryCSvmClassification
It implements the C-SVM learning algorithm discussed in [CC Chang & CJ Lin,
2011].
|
class |
BinaryNuSvmClassification
It implements the \(\nu\)-SVM learning algorithm discussed in [CC Chang & CJ
Lin, 2011].
|
class |
OneClassSvmClassification
It implements the One class SVM learning algorithm discussed in [CC Chang &
CJ Lin, 2011].
|
Modifier and Type | Class and Description |
---|---|
class |
LibCSvmSolver
This class implements the solver of the C-SVM quadratic problem described in
[CC Chang & CJ Lin, 2011].
|
class |
LibNuSvmSolver
It is the instance of a solution provided the \(\nu\)-SVM solver of the
optimization problem.
|
Modifier and Type | Class and Description |
---|---|
class |
EpsilonSvmRegression
It implements the \(\epsilon\)-SVR learning algorithm discussed in [CC Chang
& CJ Lin, 2011].
|
Copyright © 2018 Semantic Analytics Group @ Uniroma2. All rights reserved.