Provides methods to access final results obtained with the compute() method for the multi-class classifier algorithm in the batch processing mode; or finalizeCompute() method of the algorithm in the online or distributed processing mode.
More...
◆ allocate()
Registers user-allocated memory to store the results of the multi-class classifier training decomposition
- Parameters
-
[in] | input | Pointer to the structure with input objects |
[in] | parameter | Pointer to the structure with algorithm parameters |
[in] | method | Computation method |
- Returns
- Status of computation
◆ check()
Checks the correctness of the Result object
- Parameters
-
[in] | input | Pointer to the structure of the input objects |
[in] | parameter | Pointer to the structure of the algorithm parameters |
[in] | method | Computation method |
- Returns
- Status of computation
Reimplemented from Result.
◆ get()
Returns the model trained with the Multi class classifier algorithm
- Parameters
-
- Returns
- Model trained with the Multi class classifier algorithm
The documentation for this class was generated from the following file: