Click or drag to resize
Accord.NET (logo)

BaseLinearNewtonMethodTModel, TKernel, TInput Constructor (ISupportVectorMachineTInput, TInput, Int32)

Note: This API is now obsolete.

Obsolete.

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

Parameters

model
Type: Accord.MachineLearning.VectorMachinesISupportVectorMachineTInput
input
Type: TInput
output
Type: SystemInt32
See Also