OneVsOneLearningTBinary, TModel Properties |
The OneVsOneLearningTBinary, TModel generic type exposes the following members.
Name | Description | |
---|---|---|
AggregateExceptions |
Gets or sets a value indicating whether the entire training algorithm should stop
in case an exception has been detected at just one of the inner binary learning
problems. Default is true (execution will not be stopped).
(Inherited from OneVsOneLearningTInput, TBinary, TModel.) | |
Learner |
Gets or sets a 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-one classification strategy.
(Inherited from OneVsOneLearningTInput, TBinary, TModel.) | |
Model |
Gets or sets the model being learned.
(Inherited from OneVsOneLearningTInput, TBinary, TModel.) | |
ParallelOptions |
Gets or sets the parallelization options for this algorithm.
(Inherited from ParallelLearningBase.) | |
Token |
Gets or sets a cancellation token that can be used
to cancel the algorithm while it is running.
(Inherited from ParallelLearningBase.) |