Click or drag to resize
Accord.NET (logo)

BaseFanChenLinSupportVectorRegressionTModel, TKernel, TInputLagrange Property

Gets the value for the Lagrange multipliers (alpha) for every observation vector.

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

Property Value

Type: Double
See Also