Click or drag to resize
Accord.NET (logo)

BaseSupportVectorClassificationTModel, TKernel, TInputPositiveWeight Property

Gets or sets the positive class weight. This should be a value higher than 0 indicating how much of the Complexity parameter C should be applied to instances carrying the positive label.

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

Property Value

Type: Double
See Also