Click or drag to resize
Accord.NET (logo)

BaseProbabilisticNewtonMethodTModel, TKernel, TInput Constructor (TModel, TInput, Int32)

Obsolete.

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

Parameters

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