Provides interface for the result of linear regression quality metrics.
More...
◆ allocate()
Allocates memory to store
- Parameters
-
[in] | input | Input object |
[in] | par | Parameter of the algorithm |
[in] | method | Algorithm method |
- Returns
- Status of computations
◆ check()
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
Reimplemented from Result.
◆ deserializeImpl()
Interfaces for the implementation of deserialization
- Parameters
-
[in] | archive | Storage for a deserialized object or data structure |
Reimplemented from Result.
◆ get()
data_management::NumericTablePtr get |
( |
ResultId |
id | ) |
const |
|
inline |
Returns the result of linear regression quality metrics
- Parameters
-
[in] | id | Identifier of the result |
- Returns
- Result that corresponds to the given identifier
◆ getSerializationTag()
int getSerializationTag |
( |
| ) |
const |
|
inlinevirtual |
Returns a serialization tag, a unique identifier of this class used in serialization
- Returns
- Serialization tag
Reimplemented from Result.
◆ serializeImpl()
Interfaces for the implementation of serialization
- Parameters
-
[in] | archive | Storage for a serialized object or data structure |
Reimplemented from Result.
◆ set()
void set |
( |
ResultId |
id, |
|
|
const data_management::NumericTablePtr & |
value |
|
) |
| |
|
inline |
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: