Click or drag to resize
Accord.NET (logo)

BaseProbabilisticNewtonMethodTModel, TKernel, TInput Constructor

Constructs a new Newton method algorithm for L2-regularized logistic regression (probabilistic linear SVMs) primal problems (-s 0).

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