Algorithm class for the classifier model training algorithm.
More...
Constructs the base classifier training algorithm in the online processing mode by copying input objects and parameters of another base classifier training algorithm
- Parameters
-
context | Context to manage the classifier training algorithm |
other | An algorithm to be used as the source to initialize the input objects and parameters of the algorithm |
Constructs the base classifier model training algorithm in the online processing mode
- Parameters
-
context | Context to manage the classifier training algorithm in the online processing mode |
Returns the newly allocated base classifier training algorithm in the online processing mode with a copy of input objects and parameters of this algorithm
- Parameters
-
context | Context to manage the classifier training algorithm |
- Returns
- The newly allocated algorithm
Computes partial results of the classifier model training algorithm
- Returns
- Partial results of the classifier model training algorithm
Computes final results of the classifier model training algorithm
- Returns
- Results of the classifier model training algorithm
The documentation for this class was generated from the following file:
- classifier/training/TrainingOnline.java