allocateDataMemory() | NumericTable | |
assign(long constValue) | PackedSymmetricMatrix | |
assign(int constValue) | PackedSymmetricMatrix | |
assign(double constValue) | PackedSymmetricMatrix | |
assign(float constValue) | PackedSymmetricMatrix | |
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) | PackedSymmetricMatrix | |
getBlockOfColumnValues(long featureIndex, long vectorIndex, long vectorNum, FloatBuffer buf) | PackedSymmetricMatrix | |
getBlockOfColumnValues(long featureIndex, long vectorIndex, long vectorNum, IntBuffer buf) | PackedSymmetricMatrix | |
getBlockOfRows(long vectorIndex, long vectorNum, DoubleBuffer buf) | PackedSymmetricMatrix | |
getBlockOfRows(long vectorIndex, long vectorNum, FloatBuffer buf) | PackedSymmetricMatrix | |
getBlockOfRows(long vectorIndex, long vectorNum, IntBuffer buf) | PackedSymmetricMatrix | |
getCNumericTable() | NumericTable | |
getCObject() | NumericTable | |
getContext() | ContextClient | |
getDataLayout() | NumericTable | |
getDataMemoryStatus() | NumericTable | |
getDataObject() | PackedSymmetricMatrix | |
getDictionary() | NumericTable | |
getDoubleValue(long column, long row) | NumericTable | |
getFeatureType(int idx) | NumericTable | |
getFloatValue(long column, long row) | NumericTable | |
getIntValue(long column, long row) | NumericTable | |
getNumberOfColumns() | NumericTable | |
getNumberOfRows() | NumericTable | |
getNumericType() | PackedSymmetricMatrix | |
getPackedArray(DoubleBuffer buf) | PackedSymmetricMatrix | |
getPackedArray(FloatBuffer buf) | PackedSymmetricMatrix | |
getPackedArray(IntBuffer buf) | PackedSymmetricMatrix | |
isNormalized(NormalizationType flag) | NumericTable | |
pack() | SerializableBase | |
PackedSymmetricMatrix(DaalContext context, PackedSymmetricMatrixImpl impl) | PackedSymmetricMatrix | |
PackedSymmetricMatrix(DaalContext context, double[] data, long nDim, NumericTable.StorageLayout layout) | PackedSymmetricMatrix | |
PackedSymmetricMatrix(DaalContext context, float[] data, long nDim, NumericTable.StorageLayout layout) | PackedSymmetricMatrix | |
PackedSymmetricMatrix(DaalContext context, long[] data, long nDim, NumericTable.StorageLayout layout) | PackedSymmetricMatrix | |
PackedSymmetricMatrix(DaalContext context, int[] data, long nDim, NumericTable.StorageLayout layout) | PackedSymmetricMatrix | |
PackedSymmetricMatrix(DaalContext context, long cTable) | PackedSymmetricMatrix | |
releaseBlockOfColumnValues(long featureIndex, long vectorIndex, long vectorNum, DoubleBuffer buf) | PackedSymmetricMatrix | |
releaseBlockOfColumnValues(long featureIndex, long vectorIndex, long vectorNum, FloatBuffer buf) | PackedSymmetricMatrix | |
releaseBlockOfColumnValues(long featureIndex, long vectorIndex, long vectorNum, IntBuffer buf) | PackedSymmetricMatrix | |
releaseBlockOfRows(long vectorIndex, long vectorNum, FloatBuffer buf) | PackedSymmetricMatrix | |
releaseBlockOfRows(long vectorIndex, long vectorNum, DoubleBuffer buf) | PackedSymmetricMatrix | |
releaseBlockOfRows(long vectorIndex, long vectorNum, IntBuffer buf) | PackedSymmetricMatrix | |
releasePackedArray(DoubleBuffer buf) | PackedSymmetricMatrix | |
releasePackedArray(FloatBuffer buf) | PackedSymmetricMatrix | |
releasePackedArray(IntBuffer buf) | PackedSymmetricMatrix | |
SerializableBase(DaalContext context) | SerializableBase | |
setDictionary(DataDictionary ddict) | NumericTable | |
setNormalizationFlag(NormalizationType flag) | NumericTable | |
setNumberOfColumns(long nCol) | NumericTable | |
setNumberOfRows(long nRow) | NumericTable | |
unpack(DaalContext context) | SerializableBase | |