|
OneVsRestLearningTInput, TBinary, TModelConfigureTResult Method (FuncTResult)
|
Sets a callback function that takes a set of parameters and creates
a learning algorithm for learning each of the binary inner classifiers
needed by the one-vs-rest classification strategy. Calling this method
sets the
Learner property.
Namespace:
Accord.MachineLearning
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public void Configure<TResult>(
Func<TResult> learner
)
where TResult : Object, ISupervisedLearning<TBinary, TInput, bool>
Public Sub Configure(Of TResult As {Object, ISupervisedLearning(Of TBinary, TInput, Boolean)}) (
learner As Func(Of TResult)
)
Request Example
View SourceParameters
- learner
- Type: SystemFuncTResult
Type Parameters
- TResult
See Also