Click or drag to resize
Accord.NET (logo)

BaseLinearRegressionNewtonMethodTModel, TKernel, TInput Constructor

Constructs a new Newton method algorithm for L2-regularized support vector regression (SVR-SVMs) primal problems.

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