C++ API Reference for Intel® Data Analytics Acceleration Library 2019
Input object for linear regression model-based training in the second step of the distributed processing mode More...
| void add | ( | Step2MasterInputId | id, |
| const PartialResultPtr & | partialResult | ||
| ) |
Adds an input object for linear regression model-based training in the second step of the distributed processing mode
| [in] | id | Identifier of the input object |
| [in] | partialResult | Input object |
| services::Status check | ( | const daal::algorithms::Parameter * | parameter, |
| int | method | ||
| ) | const |
Checks an input object for linear regression model-based training in the second step of the distributed processing mode
| data_management::DataCollectionPtr get | ( | Step2MasterInputId | id | ) | const |
Gets an input object for linear regression model-based training in the second step of the distributed processing mode
| [in] | id | Identifier of the input object |
|
virtual |
Returns the number of dependent variables
Implements InputIface.
|
virtual |
Returns the number of columns in the input data set
Implements InputIface.
| void set | ( | Step2MasterInputId | id, |
| const data_management::DataCollectionPtr & | ptr | ||
| ) |
Sets an input object for linear regression model-based training in the second step of the distributed processing mode
| [in] | id | Identifier of the input object |
| [in] | ptr | Input object |
For more complete information about compiler optimizations, see our Optimization Notice.