Provides methods to access the result obtained with the compute() method of the regression model-based training.
More...
Result |
( |
size_t |
nElements = 0 | ) |
|
Constructs the results of the regression training algorithm
- Parameters
-
[in] | nElements | Number of results |
services::Status check |
( |
const daal::algorithms::Input * |
input, |
|
|
const daal::algorithms::Parameter * |
par, |
|
|
int |
method |
|
) |
| const |
Checks the result of the regression model-based training
- Parameters
-
[in] | input | Input object for the algorithm |
[in] | par | Parameter of the algorithm |
[in] | method | Computation method |
- Returns
- Status of computations
linear_model::ModelPtr get |
( |
ResultId |
id | ) |
const |
Returns the result of the regression model-based training
- Parameters
-
[in] | id | Identifier of the result |
- Returns
- Result that corresponds to the given identifier
void set |
( |
ResultId |
id, |
|
|
const linear_model::ModelPtr & |
value |
|
) |
| |
Sets the result of the regression model-based training
- Parameters
-
[in] | id | Identifier of the result |
[in] | value | Result |
The documentation for this class was generated from the following file: