Java* API Reference for Intel® Data Analytics Acceleration Library 2019
Input objects for the decision_tree regression algorithm model training More...
| NumericTable get | ( | TrainingInputId | id | ) |
Returns the input object of the decision_tree regression model training algorithm
| id | Identifier of the input object |
| long getNumberOfDependentVariables | ( | ) |
Returns the number of dependent variables
| long getNumberOfFeatures | ( | ) |
Returns the number of columns in the input data set
| void set | ( | TrainingInputId | id, |
| NumericTable | val | ||
| ) |
Sets the input object for the decision_tree regression model training algorithm
| id | Identifier of the input object |
| val | Value of the input object |
For more complete information about compiler optimizations, see our Optimization Notice.