Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 4
This is the complete list of members for CSRNumericTableImpl, including all inherited members.
allocateDataMemory() | NumericTableImpl | |
changeContext(DaalContext context) | ContextClient | |
checkCObject() | SerializableBase | |
ContextClient() | ContextClient | |
ContextClient(DaalContext context) | ContextClient | |
CSRNumericTableImpl(DaalContext context, double[] data, long[] colIndices, long[] rowOffsets, long nFeatures, long nVectors, CSRNumericTable.Indexing indexing) | CSRNumericTableImpl | |
CSRNumericTableImpl(DaalContext context, double[] data, long[] colIndices, long[] rowOffsets, long nFeatures, long nVectors) | CSRNumericTableImpl | |
CSRNumericTableImpl(DaalContext context, float[] data, long[] colIndices, long[] rowOffsets, long nFeatures, long nVectors, CSRNumericTable.Indexing indexing) | CSRNumericTableImpl | |
CSRNumericTableImpl(DaalContext context, float[] data, long[] colIndices, long[] rowOffsets, long nFeatures, long nVectors) | CSRNumericTableImpl | |
CSRNumericTableImpl(DaalContext context, int[] data, long[] colIndices, long[] rowOffsets, long nFeatures, long nVectors, CSRNumericTable.Indexing indexing) | CSRNumericTableImpl | |
CSRNumericTableImpl(DaalContext context, int[] data, long[] colIndices, long[] rowOffsets, long nFeatures, long nVectors) | CSRNumericTableImpl | |
CSRNumericTableImpl(DaalContext context, long[] data, long[] colIndices, long[] rowOffsets, long nFeatures, long nVectors, CSRNumericTable.Indexing indexing) | CSRNumericTableImpl | |
CSRNumericTableImpl(DaalContext context, long[] data, long[] colIndices, long[] rowOffsets, long nFeatures, long nVectors) | CSRNumericTableImpl | |
CSRNumericTableImpl(DaalContext context, long cTable) | CSRNumericTableImpl | |
dispose() | SerializableBase | |
freeDataMemory() | NumericTableImpl | |
getBlockOfColumnValues(long featureIndex, long vectorIndex, long vectorNum, DoubleBuffer buf) | CSRNumericTableImpl | |
getBlockOfColumnValues(long featureIndex, long vectorIndex, long vectorNum, FloatBuffer buf) | CSRNumericTableImpl | |
getBlockOfColumnValues(long featureIndex, long vectorIndex, long vectorNum, IntBuffer buf) | CSRNumericTableImpl | |
getBlockOfRows(long vectorIndex, long vectorNum, DoubleBuffer buf) | CSRNumericTableImpl | |
getBlockOfRows(long vectorIndex, long vectorNum, FloatBuffer buf) | CSRNumericTableImpl | |
getBlockOfRows(long vectorIndex, long vectorNum, IntBuffer buf) | CSRNumericTableImpl | |
getCObject() | SerializableBase | |
getColIndicesArray() | CSRNumericTableImpl | |
getContext() | ContextClient | |
getDataLayout() | NumericTableImpl | |
getDataMemoryStatus() | NumericTableImpl | |
getDictionary() | NumericTableImpl | |
getDoubleArray() | CSRNumericTableImpl | |
getDoubleValue(long column, long row) | NumericTableImpl | |
getFeatureType(int idx) | NumericTableImpl | |
getFloatArray() | CSRNumericTableImpl | |
getFloatValue(long column, long row) | NumericTableImpl | |
getIntValue(long column, long row) | NumericTableImpl | |
getLongArray() | CSRNumericTableImpl | |
getNumberOfColumns() | NumericTableImpl | |
getNumberOfRows() | NumericTableImpl | |
getRowOffsetsArray() | CSRNumericTableImpl | |
getSparseBlock(DataFeatureUtils.InternalNumType numType, long vectorIndex, long vectorNum, ByteBuffer buf, LongBuffer colIndicesBuf, LongBuffer rowOffsetsBuf) | CSRNumericTableImpl | protected |
isNormalized(NumericTable.NormalizationType flag) | NumericTableImpl | |
pack() | SerializableBase | |
releaseBlockOfColumnValues(long featureIndex, long vectorIndex, long vectorNum, DoubleBuffer buf) | CSRNumericTableImpl | |
releaseBlockOfColumnValues(long featureIndex, long vectorIndex, long vectorNum, FloatBuffer buf) | CSRNumericTableImpl | |
releaseBlockOfColumnValues(long featureIndex, long vectorIndex, long vectorNum, IntBuffer buf) | CSRNumericTableImpl | |
releaseBlockOfRows(long vectorIndex, long vectorNum, DoubleBuffer buf) | CSRNumericTableImpl | |
releaseBlockOfRows(long vectorIndex, long vectorNum, FloatBuffer buf) | CSRNumericTableImpl | |
releaseBlockOfRows(long vectorIndex, long vectorNum, IntBuffer buf) | CSRNumericTableImpl | |
SerializableBase(DaalContext context) | SerializableBase | |
setDictionary(DataDictionary ddict) | NumericTableImpl | |
setNormalizationFlag(NumericTable.NormalizationType flag) | NumericTableImpl | |
setNumberOfColumns(long nCol) | NumericTableImpl | |
setNumberOfRows(long nRow) | NumericTableImpl | |
unpack(DaalContext context) | SerializableBase |
For more complete information about compiler optimizations, see our Optimization Notice.