Namespace numl
Classes
Learner
Primary class for running model generators. It is designed to abstract the separation of training and test sets as well as best model selection.
LearningModel
Structure to hold generator, model, and accuracy information.
MultiClassLearner
Primary class for running classification models. It is designed to abstract the separation of training and test sets as well as select best result across all classes.
Register
Interfaces
IModelBase
IModelBase interface.