Base class for classifier model-based prediction in the batch processing mode.
More...
◆ PredictionBatch() [1/2]
Constructs the classifier model-based prediction algorithm by copying input objects and parameters of another classifier model-based prediction algorithm
- Parameters
-
context | Context to manage classifier algorithm |
other | An algorithm to be used as the source to initialize the input objects and parameters of the algorithm |
◆ PredictionBatch() [2/2]
Constructs the classifier model-based prediction algorithm
- Parameters
-
context | Context to manage classifier algorithm |
◆ clone()
Returns the newly allocated classifier model-based prediction algorithm with a copy of input objects and parameters of this algorithm
- Parameters
-
context | Context to manage classifier algorithm |
- Returns
- The newly allocated algorithm
◆ compute()
Computes prediction results based on the model of the classification algorithm
- Returns
- Prediction results
◆ setResult()
Registers user-allocated memory for storing results
- Parameters
-
result | Structure for storing results |
The documentation for this class was generated from the following file:
- classifier/prediction/PredictionBatch.java