Click or drag to resize
Accord.NET (logo)

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
public double Nu { get; set; }
Request Example View Source

Property Value

Type: Double
Remarks
The summary description is given in Chang and Lin, "LIBSVM: A Library for Support Vector Machines", 2013.
See Also