Algorithm class for training the classifier model in the online processing mode.
More...
- Deprecated:
- This item will be removed in a future release.
- Enumerations
- InputId Input objects of the classifier model training algorithm
- ResultId Results of the classifier model training algorithm
- References
-
Constructs a classifier training algorithm by copying input objects and parameters of another classifier training algorithm
- Parameters
-
[in] | other | An algorithm to be used as the source to initialize the input objects and parameters of the algorithm |
DAAL_DEPRECATED services::SharedPtr<Online> clone |
( |
| ) |
const |
|
inline |
Returns a pointer to the newly allocated classifier training algorithm with a copy of input objects and parameters of this classifier training algorithm
- Returns
- Pointer to the newly allocated algorithm
DAAL_DEPRECATED PartialResultPtr getPartialResult |
( |
| ) |
|
|
inline |
Returns the structure that contains computed partial results of the classification algorithm
- Returns
- Structure that contains computed partial results
DAAL_DEPRECATED ResultPtr getResult |
( |
| ) |
|
|
inline |
Returns the structure that contains results of the classification algorithm
- Returns
- Structure that contains computed results
DAAL_DEPRECATED services::Status setPartialResult |
( |
const PartialResultPtr & |
partialResult, |
|
|
bool |
initFlag = false |
|
) |
| |
|
inline |
Registers user-allocated memory for storing partial training results
- Parameters
-
[in] | partialResult | Structure for storing partial results |
[in] | initFlag | Flag if partial result initialized or not |
DAAL_DEPRECATED services::Status setResult |
( |
const ResultPtr & |
res | ) |
|
|
inline |
Registers user-allocated memory for storing results of the classifier model training algorithm
- Parameters
-
[in] | res | Structure for storing results of the classifier model training algorithm |
Input objects of the algorithm
The documentation for this class was generated from the following file: