Provides interface for the result of linear regression quality metrics.
More...
DAAL_EXPORT services::Status allocate |
( |
const daal::algorithms::Input * |
input, |
|
|
const daal::algorithms::Parameter * |
par, |
|
|
const int |
method |
|
) |
| |
Allocates memory to store
- Parameters
-
[in] | input | Input object |
[in] | par | Parameter of the algorithm |
[in] | method | Algorithm method |
- Returns
- Status of computations
services::Status check |
( |
const daal::algorithms::Input * |
input, |
|
|
const daal::algorithms::Parameter * |
par, |
|
|
int |
method |
|
) |
| const |
Checks the result of linear regression quality metrics
- Parameters
-
[in] | input | Input object |
[in] | par | Parameter of the algorithm |
[in] | method | Computation method |
- Returns
- Status of computations
data_management::NumericTablePtr get |
( |
ResultId |
id | ) |
const |
Returns the result of linear regression quality metrics
- Parameters
-
[in] | id | Identifier of the result |
- Returns
- Result that corresponds to the given identifier
Returns the result of linear regression quality metrics
- Parameters
-
[in] | id | Identifier of the result |
- Returns
- Result that corresponds to the given identifier
Returns the result of linear regression quality metrics
- Parameters
-
[in] | id | Identifier of the result |
[in] | index | Index in result collection |
- Returns
- Result that corresponds to the given identifier
int getSerializationTag |
( |
| ) |
const |
|
inline |
Returns a serialization tag, a unique identifier of this class used in serialization
- Returns
- Serialization tag
void set |
( |
ResultId |
id, |
|
|
const data_management::NumericTablePtr & |
value |
|
) |
| |
Sets the result of linear regression quality metrics
- Parameters
-
[in] | id | Identifier of the input object |
[in] | value | Input object |
Sets the result of linear regression quality metrics
- Parameters
-
[in] | id | Identifier of the input object |
[in] | value | Input object |
The documentation for this class was generated from the following file: