Click or drag to resize
Accord.NET (logo)

InnerParametersTBinary, TInput Constructor

Namespace:  Accord.MachineLearning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public InnerParameters(
	TBinary model,
	TInput[] inputs,
	bool[] outputs,
	ClassPair pair
)
Request Example View Source

Parameters

model
Type: TBinary
The binary model to be learned.
inputs
Type: TInput
The inputs to be used.
outputs
Type: SystemBoolean
The outputs to be used.
pair
Type: Accord.MachineLearningClassPair
The class labels for the problem to be learned.
See Also