|
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
)
Public Sub New (
model As TBinary,
inputs As TInput(),
outputs As Boolean(),
pair As ClassPair
)
Request Example
View SourceParameters
- 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