A derivative class of the NumericTable class, that provides methods to access the data that is stored as a contiguous array of homogeneous feature vectors. Table rows contain feature vectors, and columns contain values of individual features.
More...
Constructs homogeneous numeric table using implementation provided by user
- Parameters
-
| context | Context to manage created matrix |
| impl | Implementation of matrix |
Constructs homogeneous numeric table from the array of doubles
- Parameters
-
| context | Context to manage created matrix |
| data | Array of size nVectors x nFeatures |
| nFeatures | Number of features in numeric table |
| nVectors | Number of feature vectors in numeric table |
| Matrix |
( |
DaalContext |
context, |
|
|
DataDictionary.FeaturesEqual |
featuresEqual, |
|
|
double[] |
data, |
|
|
long |
nFeatures, |
|
|
long |
nVectors |
|
) |
| |
Constructs homogeneous numeric table from the array of doubles
- Parameters
-
| context | Context to manage created matrix |
| featuresEqual | Flag that makes all features in the Numeric Table Data Dictionary equal |
| data | Array of size nVectors x nFeatures |
| nFeatures | Number of features in numeric table |
| nVectors | Number of feature vectors in numeric table |
Constructs homogeneous numeric table from the array of floats
- Parameters
-
| context | Context to manage created matrix |
| data | Array of size nVectors x nFeatures |
| nFeatures | Number of features in numeric table |
| nVectors | Number of feature vectors in numeric table |
| Matrix |
( |
DaalContext |
context, |
|
|
DataDictionary.FeaturesEqual |
featuresEqual, |
|
|
float[] |
data, |
|
|
long |
nFeatures, |
|
|
long |
nVectors |
|
) |
| |
Constructs homogeneous numeric table from the array of floats
- Parameters
-
| context | Context to manage created matrix |
| featuresEqual | Flag that makes all features in the Numeric Table Data Dictionary equal |
| data | Array of size nVectors x nFeatures |
| nFeatures | Number of features in numeric table |
| nVectors | Number of feature vectors in numeric table |
Constructs homogeneous numeric table from the array of longs
- Parameters
-
| context | Context to manage created matrix |
| data | Array of size nVectors x nFeatures |
| nFeatures | Number of features in numeric table |
| nVectors | Number of feature vectors in numeric table |
| Matrix |
( |
DaalContext |
context, |
|
|
DataDictionary.FeaturesEqual |
featuresEqual, |
|
|
long[] |
data, |
|
|
long |
nFeatures, |
|
|
long |
nVectors |
|
) |
| |
Constructs homogeneous numeric table from the array of longs
- Parameters
-
| context | Context to manage created matrix |
| featuresEqual | Flag that makes all features in the Numeric Table Data Dictionary equal |
| data | Array of size nVectors x nFeatures |
| nFeatures | Number of features in numeric table |
| nVectors | Number of feature vectors in numeric table |
Constructs homogeneous numeric table from the array of integers
- Parameters
-
| context | Context to manage created matrix |
| data | Array of size nVectors x nFeatures |
| nFeatures | Number of features in numeric table |
| nVectors | Number of feature vectors in numeric table |
| Matrix |
( |
DaalContext |
context, |
|
|
DataDictionary.FeaturesEqual |
featuresEqual, |
|
|
int[] |
data, |
|
|
long |
nFeatures, |
|
|
long |
nVectors |
|
) |
| |
Constructs homogeneous numeric table from the array of integers
- Parameters
-
| context | Context to manage created matrix |
| featuresEqual | Flag that makes all features in the Numeric Table Data Dictionary equal |
| data | Array of size nVectors x nFeatures |
| nFeatures | Number of features in numeric table |
| nVectors | Number of feature vectors in numeric table |
Constructs homogeneous numeric table from C++ homogeneous numeric table
- Parameters
-
| context | Context to manage created matrix |
| cTable | Pointer to C++ numeric table |
The documentation for this class was generated from the following file: