Provides methods to access final results obtained with the compute() method of the naive Bayes training algorithm in the batch processing mode or with the finalizeCompute() method in the distributed or online processing mode.
More...
◆ allocate() [1/2]
Allocates memory for storing final result computed with naive Bayes training algorithm
- Parameters
-
[in] | input | Pointer to input object |
[in] | parameter | Pointer to parameter |
[in] | method | Computation method |
- Returns
- Status of computations
◆ allocate() [2/2]
Allocates memory for storing final result computed with naive Bayes training algorithm
- Parameters
-
[in] | partialResult | Pointer to partial result structure |
[in] | parameter | Pointer to parameter structure |
[in] | method | Computation method |
- Returns
- Status of computations
◆ check() [1/2]
Checks the correctness of Result object
- Parameters
-
[in] | partialResult | Pointer to the partial results structure |
[in] | parameter | Parameter of the algorithm |
[in] | method | Computation method |
- Returns
- Status of computations
Reimplemented from Result.
◆ check() [2/2]
Checks the final result of the naive Bayes training algorithm
- Parameters
-
[in] | input | Input of algorithm |
[in] | parameter | Parameter of algorithm |
[in] | method | Computation method |
- Returns
- Status of computations
Reimplemented from Result.
◆ get()
Returns the model trained with the naive Bayes training algorithm
- Parameters
-
- Returns
- Model trained with the classification algorithm
The documentation for this class was generated from the following file: