Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5
Input objects for the classifier training algorithm More...
| TrainingInput | ( | DaalContext | context | ) |
Constructs the input of the classifier training algorithm
| context | Context to manage the input of the classifier training algorithm |
| NumericTable get | ( | InputId | id | ) |
Returns the input object of the classifier training algorithm
| id | Identifier of the input object |
| void set | ( | InputId | id, |
| NumericTable | val | ||
| ) |
Sets the input object for the classifier 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.