| Class | Description |
|---|---|
| ActiveLearningController |
This class handles the interaction between the
MachineLearningView
and the ActiveLearningModel according to the MVC Pattern for the
supervised active learning |
| ActiveLearningResultController |
This class handles the user input from
ActiveLearningResultView |
| BatchLearningController |
This class handles the interaction between the
MachineLearningView
and the BatchLearningModel according to the MVC Pattern for the
supervised batch learning |
| MachineLearningController |
This class handles the interaction between the
MachineLearningView and the
MachineLearningModel according to
the MVC Pattern for the machine learning. |
| UnsupervisedLearningController |
This class handles the interaction between the
MachineLearningView
and the UnsupervisedLearningModel according to the MVC Pattern for
the unsupervised learning |
Copyright © 2019. All rights reserved.