Click or drag to resize
Accord.NET (logo)

ProbabilisticOutputCalibrationBaseTModel, TKernel, TInput Constructor (ISupportVectorMachineDouble, TInput, Int32)

Obsolete.

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

Parameters

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