Click or drag to resize
Accord.NET (logo)

BaseSupportVectorRegressionTModel, TKernel, TInputC Property

Gets or sets the cost values associated with each input vector.

Namespace:  Accord.MachineLearning.VectorMachines.Learning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
protected double[] C { get; set; }
Request Example View Source

Property Value

Type: Double
See Also