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

List of all members
SOANumericTable Class Reference

Class that provides methods to access data that is stored as a Structure Of Arrays(SOA), where each contiguous array represents values corresponding to a specific feature. More...

Class Constructor

SOANumericTable ( DaalContext  context,
long  nFeatures,
long  nVectors 
)

Constructs a Structure Of Arrays(SOA) numeric table

Parameters
contextContext to manage created numeric table
nFeaturesNumber of features in numeric table
nVectorsNumber of feature vectors in numeric table

Detailed Description

Member Function Documentation

void setArray ( double[]  arr,
long  idx 
)

Sets array of doubles of the feature to the table

Parameters
arrArray of values of the feature
idxIndex of the feature
void setArray ( float[]  arr,
long  idx 
)

Sets array of floats of the feature to the table

Parameters
arrArray of values of the feature
idxIndex of the feature
void setArray ( long[]  arr,
long  idx 
)

Sets array of longs of the feature to the table

Parameters
arrArray of values of the feature
idxIndex of the feature
void setArray ( int[]  arr,
long  idx 
)

Sets array of integers of the feature to the table

Parameters
arrArray of values of the feature
idxIndex of the feature

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

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