C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Base class for the input objects in the training stage of the regression algorithms. More...
services::Status check | ( | const daal::algorithms::Parameter * | parameter, |
int | method | ||
) | const |
Checks the correctness of the input object
[in] | parameter | Pointer to the structure of the algorithm parameters |
[in] | method | Computation method |
data_management::NumericTablePtr get | ( | decision_tree::regression::training::InputId | id | ) | const |
size_t getNumberOfDependentVariables | ( | ) | const |
Returns the number of dependent variables
size_t getNumberOfFeatures | ( | ) | const |
Returns the number of columns in the input data set
void set | ( | decision_tree::regression::training::InputId | id, |
const data_management::NumericTablePtr & | value | ||
) |
Sets the input object in the training stage of the regression algorithm
[in] | id | Identifier of the input object, InputId |
[in] | value | Pointer to the input object |
For more complete information about compiler optimizations, see our Optimization Notice.