Click or drag to resize
Accord.NET (logo)

BaseLinearNewtonMethodTModel, TKernel, TInput Constructor

Constructs a new Newton method algorithm for L2-regularized Support Vector Classification problems in the primal form (-s 2).

Namespace:  Accord.MachineLearning.VectorMachines.Learning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public BaseLinearNewtonMethod()
Request Example View Source
See Also