Click or drag to resize
Accord.NET (logo)

BaseSupportVectorRegressionTModel, TKernel, TInputWeights Property

Gets or sets the individual weight of each sample in the training set. If set to null, all samples will be assumed equal weight. Default is null.

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

Property Value

Type: Double
See Also