Provides methods to access the result obtained with the compute() method of model-based training.
More...
- Deprecated:
- This item will be removed in a future release.
DAAL_EXPORT DAAL_DEPRECATED services::Status allocate |
( |
const daal::algorithms::Input * |
input, |
|
|
const daal::algorithms::Parameter * |
parameter, |
|
|
const int |
method |
|
) |
| |
Allocates memory to store final results of the logistic regression training algorithm
- Parameters
-
[in] | input | Input of the logistic regression training algorithm |
[in] | parameter | Parameters of the algorithm |
[in] | method | logistic regression computation method |
- Returns
- Status of allocation
DAAL_DEPRECATED services::Status check |
( |
const daal::algorithms::Input * |
input, |
|
|
const daal::algorithms::Parameter * |
par, |
|
|
int |
method |
|
) |
| const |
s Checks the result of model-based training
- Parameters
-
[in] | input | Input object for the algorithm |
[in] | par | Parameter of the algorithm |
[in] | method | Computation method |
- Returns
- Status of checking
Returns the model trained with the logistic regression algorithm
- Parameters
-
- Returns
- Model trained with the logistic regression algorithm
Sets the result of model-based training
- Parameters
-
[in] | id | Identifier of the result |
[in] | value | Result |
The documentation for this class was generated from the following file: