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...
◆ SOANumericTable()
Constructs a Structure Of Arrays(SOA) numeric table
- Parameters
-
context | Context to manage created numeric table |
nFeatures | Number of features in numeric table |
nVectors | Number of feature vectors in numeric table |
◆ setArray() [1/4]
void setArray |
( |
double [] |
arr, |
|
|
long |
idx |
|
) |
| |
Sets array of doubles of the feature to the table
- Parameters
-
arr | Array of values of the feature |
idx | Index of the feature |
◆ setArray() [2/4]
void setArray |
( |
float [] |
arr, |
|
|
long |
idx |
|
) |
| |
Sets array of floats of the feature to the table
- Parameters
-
arr | Array of values of the feature |
idx | Index of the feature |
◆ setArray() [3/4]
void setArray |
( |
long [] |
arr, |
|
|
long |
idx |
|
) |
| |
Sets array of longs of the feature to the table
- Parameters
-
arr | Array of values of the feature |
idx | Index of the feature |
◆ setArray() [4/4]
void setArray |
( |
int [] |
arr, |
|
|
long |
idx |
|
) |
| |
Sets array of integers of the feature to the table
- Parameters
-
arr | Array of values of the feature |
idx | Index of the feature |
The documentation for this class was generated from the following file: