Java* API Reference for Intel® Data Analytics Acceleration Library 2019
This is the complete list of members for HomogenNumericTable, including all inherited members.
| allocateDataMemory() | NumericTable | |
| assign(long constValue) | HomogenNumericTable | |
| assign(int constValue) | HomogenNumericTable | |
| assign(double constValue) | HomogenNumericTable | |
| assign(float constValue) | HomogenNumericTable | |
| changeContext(DaalContext context) | ContextClient | |
| checkCObject() | SerializableBase | |
| ContextClient() | ContextClient | |
| ContextClient(DaalContext context) | ContextClient | |
| dispose() | SerializableBase | |
| freeDataMemory() | NumericTable | |
| getBlockOfColumnValues(long featureIndex, long vectorIndex, long vectorNum, DoubleBuffer buf) | HomogenNumericTable | |
| getBlockOfColumnValues(long featureIndex, long vectorIndex, long vectorNum, FloatBuffer buf) | HomogenNumericTable | |
| getBlockOfColumnValues(long featureIndex, long vectorIndex, long vectorNum, IntBuffer buf) | HomogenNumericTable | |
| getBlockOfRows(long vectorIndex, long vectorNum, DoubleBuffer buf) | HomogenNumericTable | |
| getBlockOfRows(long vectorIndex, long vectorNum, FloatBuffer buf) | HomogenNumericTable | |
| getBlockOfRows(long vectorIndex, long vectorNum, IntBuffer buf) | HomogenNumericTable | |
| getCNumericTable() | NumericTable | |
| getCObject() | NumericTable | |
| getContext() | ContextClient | |
| getDataLayout() | NumericTable | |
| getDataMemoryStatus() | NumericTable | |
| getDataObject() | HomogenNumericTable | |
| getDictionary() | NumericTable | |
| getDoubleArray() | HomogenNumericTable | |
| getDoubleValue(long column, long row) | NumericTable | |
| getFeatureType(int idx) | NumericTable | |
| getFloatArray() | HomogenNumericTable | |
| getFloatValue(long column, long row) | NumericTable | |
| getIntValue(long column, long row) | NumericTable | |
| getLongArray() | HomogenNumericTable | |
| getNumberOfColumns() | NumericTable | |
| getNumberOfRows() | NumericTable | |
| getNumericType() | HomogenNumericTable | |
| HomogenNumericTable(DaalContext context, HomogenNumericTableImpl impl) | HomogenNumericTable | |
| HomogenNumericTable(DaalContext context, double[] data, long nFeatures, long nVectors) | HomogenNumericTable | |
| HomogenNumericTable(DaalContext context, DataDictionary.FeaturesEqual featuresEqual, double[] data, long nFeatures, long nVectors) | HomogenNumericTable | |
| HomogenNumericTable(DaalContext context, float[] data, long nFeatures, long nVectors) | HomogenNumericTable | |
| HomogenNumericTable(DaalContext context, DataDictionary.FeaturesEqual featuresEqual, float[] data, long nFeatures, long nVectors) | HomogenNumericTable | |
| HomogenNumericTable(DaalContext context, long[] data, long nFeatures, long nVectors) | HomogenNumericTable | |
| HomogenNumericTable(DaalContext context, DataDictionary.FeaturesEqual featuresEqual, long[] data, long nFeatures, long nVectors) | HomogenNumericTable | |
| HomogenNumericTable(DaalContext context, int[] data, long nFeatures, long nVectors) | HomogenNumericTable | |
| HomogenNumericTable(DaalContext context, DataDictionary.FeaturesEqual featuresEqual, int[] data, long nFeatures, long nVectors) | HomogenNumericTable | |
| HomogenNumericTable(DaalContext context, double[] data, long nFeatures, long nVectors, double constValue) | HomogenNumericTable | |
| HomogenNumericTable(DaalContext context, DataDictionary.FeaturesEqual featuresEqual, double[] data, long nFeatures, long nVectors, double constValue) | HomogenNumericTable | |
| HomogenNumericTable(DaalContext context, float[] data, long nFeatures, long nVectors, float constValue) | HomogenNumericTable | |
| HomogenNumericTable(DaalContext context, DataDictionary.FeaturesEqual featuresEqual, float[] data, long nFeatures, long nVectors, float constValue) | HomogenNumericTable | |
| HomogenNumericTable(DaalContext context, long[] data, long nFeatures, long nVectors, long constValue) | HomogenNumericTable | |
| HomogenNumericTable(DaalContext context, DataDictionary.FeaturesEqual featuresEqual, long[] data, long nFeatures, long nVectors, long constValue) | HomogenNumericTable | |
| HomogenNumericTable(DaalContext context, int[] data, long nFeatures, long nVectors, int constValue) | HomogenNumericTable | |
| HomogenNumericTable(DaalContext context, DataDictionary.FeaturesEqual featuresEqual, int[] data, long nFeatures, long nVectors, int constValue) | HomogenNumericTable | |
| HomogenNumericTable(DaalContext context, long cTable) | HomogenNumericTable | |
| HomogenNumericTable(DaalContext context, Class<?extends Number > cls, long nColumns) | HomogenNumericTable | |
| HomogenNumericTable(DaalContext context, DataDictionary.FeaturesEqual featuresEqual, Class<?extends Number > cls, long nColumns) | HomogenNumericTable | |
| HomogenNumericTable(DaalContext context, Class<?extends Number > cls, long nColumns, long nRows, AllocationFlag allocFlag) | HomogenNumericTable | |
| HomogenNumericTable(DaalContext context, DataDictionary.FeaturesEqual featuresEqual, Class<?extends Number > cls, long nColumns, long nRows, AllocationFlag allocFlag) | HomogenNumericTable | |
| HomogenNumericTable(DaalContext context, Class<?extends Number > cls, long nColumns, long nRows, AllocationFlag allocFlag, double constValue) | HomogenNumericTable | |
| HomogenNumericTable(DaalContext context, DataDictionary.FeaturesEqual featuresEqual, Class<?extends Number > cls, long nColumns, long nRows, AllocationFlag allocFlag, double constValue) | HomogenNumericTable | |
| HomogenNumericTable(DaalContext context, Class<?extends Number > cls, long nColumns, long nRows, AllocationFlag allocFlag, float constValue) | HomogenNumericTable | |
| HomogenNumericTable(DaalContext context, DataDictionary.FeaturesEqual featuresEqual, Class<?extends Number > cls, long nColumns, long nRows, AllocationFlag allocFlag, float constValue) | HomogenNumericTable | |
| HomogenNumericTable(DaalContext context, Class<?extends Number > cls, long nColumns, long nRows, AllocationFlag allocFlag, long constValue) | HomogenNumericTable | |
| HomogenNumericTable(DaalContext context, DataDictionary.FeaturesEqual featuresEqual, Class<?extends Number > cls, long nColumns, long nRows, AllocationFlag allocFlag, long constValue) | HomogenNumericTable | |
| HomogenNumericTable(DaalContext context, Class<?extends Number > cls, long nColumns, long nRows, AllocationFlag allocFlag, int constValue) | HomogenNumericTable | |
| HomogenNumericTable(DaalContext context, DataDictionary.FeaturesEqual featuresEqual, Class<?extends Number > cls, long nColumns, long nRows, AllocationFlag allocFlag, int constValue) | HomogenNumericTable | |
| HomogenNumericTable(DaalContext context, Class<?extends Number > cls, DataDictionary dict) | HomogenNumericTable | |
| isNormalized(NormalizationType flag) | NumericTable | |
| pack() | SerializableBase | |
| releaseBlockOfColumnValues(long featureIndex, long vectorIndex, long vectorNum, DoubleBuffer buf) | HomogenNumericTable | |
| releaseBlockOfColumnValues(long featureIndex, long vectorIndex, long vectorNum, FloatBuffer buf) | HomogenNumericTable | |
| releaseBlockOfColumnValues(long featureIndex, long vectorIndex, long vectorNum, IntBuffer buf) | HomogenNumericTable | |
| releaseBlockOfRows(long vectorIndex, long vectorNum, FloatBuffer buf) | HomogenNumericTable | |
| releaseBlockOfRows(long vectorIndex, long vectorNum, DoubleBuffer buf) | HomogenNumericTable | |
| releaseBlockOfRows(long vectorIndex, long vectorNum, IntBuffer buf) | HomogenNumericTable | |
| SerializableBase(DaalContext context) | SerializableBase | |
| setDictionary(DataDictionary ddict) | NumericTable | |
| setNormalizationFlag(NormalizationType flag) | NumericTable | |
| setNumberOfColumns(long nCol) | NumericTable | |
| setNumberOfRows(long nRow) | NumericTable | |
| unpack(DaalContext context) | SerializableBase |
For more complete information about compiler optimizations, see our Optimization Notice.