Java* API Reference for Intel® Data Analytics Acceleration Library 2019
Class that provides methods to access data that is stored as a contiguous array of heterogeneous feature vectors, and each feature vector is represented with a data structure. Therefore, the data is represented as an Array Of Structures(AOS). More...
| AOSNumericTable | ( | DaalContext | context, |
| Class<?> | cls, | ||
| long | nVectors | ||
| ) |
Constructor for empty Numeric Table with predefined class for the feature vectors and given number of feature vectors
| context | Context to manage created AOS numeric table |
| cls | Class containing expected array elements |
| nVectors | The number of rows in the table |
| AOSNumericTable | ( | DaalContext | context, |
| Object[] | ptr | ||
| ) |
Constructs Numeric Table from the array of objects representing feature vectors
| context | Context to manage created AOS numeric table |
| ptr | Array of objects to associate with the Numeric Table |
| Object [] getArray | ( | ) |
Returns the array of objects associated with the table
| void setArray | ( | Object[] | arr | ) |
Array of objects associated with the table
For more complete information about compiler optimizations, see our Optimization Notice.