Uses of Class
org.apache.sysds.runtime.compress.bitmap.ABitmap
- 
Packages that use ABitmap Package Description org.apache.sysds.runtime.compress.bitmap org.apache.sysds.runtime.compress.colgroup.dictionary org.apache.sysds.runtime.compress.colgroup.mapping 
- 
- 
Uses of ABitmap in org.apache.sysds.runtime.compress.bitmapSubclasses of ABitmap in org.apache.sysds.runtime.compress.bitmap Modifier and Type Class Description classBitmapUncompressed representation of one or more columns in bitmap format.classMultiColBitmapUncompressed representation of one or more columns in bitmap format.Methods in org.apache.sysds.runtime.compress.bitmap that return ABitmap Modifier and Type Method Description static ABitmapBitmapEncoder. extractBitmap(int[] colIndices, MatrixBlock rawBlock, boolean transposed, int estimatedNumberOfUniques, boolean sortedEntries)Generate uncompressed bitmaps for a set of columns in an uncompressed matrix block.
- 
Uses of ABitmap in org.apache.sysds.runtime.compress.colgroup.dictionaryMethods in org.apache.sysds.runtime.compress.colgroup.dictionary with parameters of type ABitmap Modifier and Type Method Description static ADictionaryDictionaryFactory. create(ABitmap ubm)static ADictionaryDictionaryFactory. create(ABitmap ubm, double sparsity)static ADictionaryDictionaryFactory. create(ABitmap ubm, double sparsity, boolean withZeroTuple)static ADictionaryDictionaryFactory. create(ABitmap ubm, int defaultIndex, double[] defaultTuple, double sparsity, boolean addZero)static ADictionaryDictionaryFactory. createWithAppendedZeroTuple(ABitmap ubm, double sparsity)
- 
Uses of ABitmap in org.apache.sysds.runtime.compress.colgroup.mappingMethods in org.apache.sysds.runtime.compress.colgroup.mapping with parameters of type ABitmap Modifier and Type Method Description static AMapToDataMapToFactory. create(int size, ABitmap ubm)
 
-