Provides methods to access final results obtained with the compute() method of the SVM training algorithm in the batch processing mode.
More...
◆ allocate()
Allocates memory for storing SVM training results
- Parameters
-
[in] | input | Pointer to input structure |
[in] | parameter | Pointer to parameter structure |
[in] | method | Algorithm 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 |
Reimplemented from Result.
◆ get()
Returns the model trained with the SVM algorithm
- Parameters
-
- Returns
- Model trained with the SVM algorithm
The documentation for this class was generated from the following file: