|
BaseOneclassSupportVectorLearningTModel, TKernel, TInputNu Property
|
Controls the number of outliers accepted by the algorithm. This
value provides an upper bound on the fraction of training errors
and a lower bound of the fraction of support vectors. Default is 0.5
Namespace:
Accord.MachineLearning.VectorMachines.Learning
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
Remarks
The summary description is given in Chang and Lin,
"LIBSVM: A Library for Support Vector Machines", 2013.
See Also