Click or drag to resize
Accord.NET (logo)

BaseLinearNewtonMethodTModel, TKernel Constructor (TModel, Double, Int32)

Obsolete.

Namespace:  Accord.MachineLearning.VectorMachines.Learning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
protected BaseLinearNewtonMethod(
	TModel model,
	double[][] input,
	int[] output
)
Request Example View Source

Parameters

model
Type: TModel
input
Type: SystemDouble
output
Type: SystemInt32
See Also