Uses of Class
org.apache.sysds.runtime.compress.colgroup.scheme.CompressionScheme
Packages that use CompressionScheme
Package
Description
-
Uses of CompressionScheme in org.apache.sysds.runtime.compress.colgroup.scheme
Methods in org.apache.sysds.runtime.compress.colgroup.scheme that return CompressionSchemeModifier and TypeMethodDescriptionstatic CompressionSchemeCompressionScheme.getScheme(CompressedMatrixBlock cmb) Extract a compression scheme for the given matrix blockCompressionScheme.update(MatrixBlock mb) Update the encodings contained to also enable compression of the given mb.CompressionScheme.update(MatrixBlock mb, int k) Update the encodings contained to also enable compression of the given mb. -
Uses of CompressionScheme in org.apache.sysds.runtime.compress.lib
Methods in org.apache.sysds.runtime.compress.lib that return CompressionSchemeModifier and TypeMethodDescriptionstatic CompressionSchemeCLALibScheme.genScheme(AColGroup.CompressionType type, int nCols) Generate a scheme with the given type of columnGroup and number of columns in each groupstatic CompressionSchemeCLALibScheme.getScheme(CompressedMatrixBlock cmb)