Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5
This is the complete list of members for CSRNumericTable, including all inherited members.
| allocateDataMemory() | NumericTable | |
| changeContext(DaalContext context) | ContextClient | |
| checkCObject() | SerializableBase | |
| ContextClient() | ContextClient | |
| ContextClient(DaalContext context) | ContextClient | |
| CSRNumericTable(DaalContext context, double[] data, long[] colIndices, long[] rowOffsets, long nFeatures, long nVectors, Indexing indexing) | CSRNumericTable | |
| CSRNumericTable(DaalContext context, double[] data, long[] colIndices, long[] rowOffsets, long nFeatures, long nVectors) | CSRNumericTable | |
| CSRNumericTable(DaalContext context, float[] data, long[] colIndices, long[] rowOffsets, long nFeatures, long nVectors, Indexing indexing) | CSRNumericTable | |
| CSRNumericTable(DaalContext context, float[] data, long[] colIndices, long[] rowOffsets, long nFeatures, long nVectors) | CSRNumericTable | |
| CSRNumericTable(DaalContext context, int[] data, long[] colIndices, long[] rowOffsets, long nFeatures, long nVectors, Indexing indexing) | CSRNumericTable | |
| CSRNumericTable(DaalContext context, int[] data, long[] colIndices, long[] rowOffsets, long nFeatures, long nVectors) | CSRNumericTable | |
| CSRNumericTable(DaalContext context, long[] data, long[] colIndices, long[] rowOffsets, long nFeatures, long nVectors, Indexing indexing) | CSRNumericTable | |
| CSRNumericTable(DaalContext context, long[] data, long[] colIndices, long[] rowOffsets, long nFeatures, long nVectors) | CSRNumericTable | |
| CSRNumericTable(DaalContext context, long cTable) | CSRNumericTable | |
| dispose() | SerializableBase | |
| freeDataMemory() | NumericTable | |
| getBlockOfColumnValues(long featureIndex, long vectorIndex, long vectorNum, DoubleBuffer buf) | CSRNumericTable | |
| getBlockOfColumnValues(long featureIndex, long vectorIndex, long vectorNum, FloatBuffer buf) | CSRNumericTable | |
| getBlockOfColumnValues(long featureIndex, long vectorIndex, long vectorNum, IntBuffer buf) | CSRNumericTable | |
| getBlockOfRows(long vectorIndex, long vectorNum, DoubleBuffer buf) | NumericTable | |
| getBlockOfRows(long vectorIndex, long vectorNum, FloatBuffer buf) | NumericTable | |
| getBlockOfRows(long vectorIndex, long vectorNum, IntBuffer buf) | NumericTable | |
| getCNumericTable() | NumericTable | |
| getCObject() | NumericTable | |
| getColIndicesArray() | CSRNumericTable | |
| getContext() | ContextClient | |
| getDataLayout() | NumericTable | |
| getDataMemoryStatus() | NumericTable | |
| getDictionary() | NumericTable | |
| getDoubleArray() | CSRNumericTable | |
| getDoubleValue(long column, long row) | NumericTable | |
| getFeatureType(int idx) | NumericTable | |
| getFloatArray() | CSRNumericTable | |
| getFloatValue(long column, long row) | NumericTable | |
| getIntValue(long column, long row) | NumericTable | |
| getLongArray() | CSRNumericTable | |
| getNumberOfColumns() | NumericTable | |
| getNumberOfRows() | NumericTable | |
| getRowOffsetsArray() | CSRNumericTable | |
| getSparseBlock(DataFeatureUtils.InternalNumType numType, long vectorIndex, long vectorNum, ByteBuffer buf, LongBuffer colIndicesBuf, LongBuffer rowOffsetsBuf) | CSRNumericTable | protected |
| isNormalized(NormalizationType flag) | NumericTable | |
| pack() | SerializableBase | |
| releaseBlockOfColumnValues(long featureIndex, long vectorIndex, long vectorNum, DoubleBuffer buf) | CSRNumericTable | |
| releaseBlockOfColumnValues(long featureIndex, long vectorIndex, long vectorNum, FloatBuffer buf) | CSRNumericTable | |
| releaseBlockOfColumnValues(long featureIndex, long vectorIndex, long vectorNum, IntBuffer buf) | CSRNumericTable | |
| releaseBlockOfRows(long vectorIndex, long vectorNum, DoubleBuffer buf) | CSRNumericTable | |
| releaseBlockOfRows(long vectorIndex, long vectorNum, FloatBuffer buf) | CSRNumericTable | |
| releaseBlockOfRows(long vectorIndex, long vectorNum, IntBuffer buf) | CSRNumericTable | |
| 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.