Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 3

List of all members
AOSNumericTable Class Reference

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...

Class Constructor

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

Parameters
contextContext to manage created AOS numeric table
clsClass containing expected array elements
nVectorsThe number of rows in the table
AOSNumericTable ( DaalContext  context,
Object[]  ptr 
)

Constructs Numeric Table from the array of objects representing feature vectors

Parameters
contextContext to manage created AOS numeric table
ptrArray of objects to associate with the Numeric Table

Detailed Description

Member Function Documentation

Object [] getArray ( )

Returns the array of objects associated with the table

Returns
Array of objects
void setArray ( Object[]  arr)

Array of objects associated with the table


The documentation for this class was generated from the following file:

For more complete information about compiler optimizations, see our Optimization Notice.