Algorithm class for the classifier model training algorithm.
More...
◆ TrainingOnline() [1/2]
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 |
◆ TrainingOnline() [2/2]
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 |
◆ clone()
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
◆ compute()
Computes partial results of the classifier model training algorithm
- Returns
- Partial results of the classifier model training algorithm
◆ finalizeCompute()
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