Builder for Model of the classifier trained by the multi_class_classifier::training::Batch algorithm.
More...
template<training::Method method = training::oneAgainstOne>
class daal::algorithms::multi_class_classifier::interface1::ModelBuilder< method >
- Template Parameters
-
Constructs the multi class classifier model builder
- Parameters
-
[in] | nFeatures | Number of features in training data |
[in] | nClasses | Number of classes in training dataset |
Get built model
- Returns
- Model pointer
services::Status getStatus |
( |
| ) |
|
|
inline |
Get status of model building
- Returns
- Status
void setTwoClassClassifierModel |
( |
size_t |
negativeClassIdx, |
|
|
size_t |
positiveClassIdx, |
|
|
const classifier::ModelPtr & |
model |
|
) |
| |
|
inline |
Set two-class classifier model into a multi-class classifier model
- Parameters
-
[in] | negativeClassIdx | Index of negative class for one vs one classification algorithm |
[in] | positiveClassIdx | Index of positive class for one vs one classification algorithm |
[in] | model | Two-class classifier model to add into collection |
The documentation for this class was generated from the following file: