Uses of Class
org.apache.sysds.runtime.compress.colgroup.AColGroupCompressed
-
Packages that use AColGroupCompressed Package Description org.apache.sysds.runtime.compress.colgroup org.apache.sysds.runtime.compress.colgroup.dictionary org.apache.sysds.runtime.compress.lib -
-
Uses of AColGroupCompressed in org.apache.sysds.runtime.compress.colgroup
Subclasses of AColGroupCompressed in org.apache.sysds.runtime.compress.colgroup Modifier and Type Class Description classAColGroupOffsetBase class for column groups encoded with various types of bitmap encoding.classAColGroupValueclassADictBasedColGroupclassAMorphingMMColGroupAbstract class for column group types that do not perform matrix Multiplication, and decompression for performance reasons but instead transforms into another type of column group type to perform that operation.classAPreAggAbstract class for all the column groups that use preAggregation for Left matrix multiplications.classASDCColumn group that sparsely encodes the dictionary values.classASDCZeroclassColGroupConstclassColGroupDDCClass to encapsulate information about a column group that is encoded with dense dictionary encoding (DDC).classColGroupDDCFORClass to encapsulate information about a column group that is encoded with dense dictionary encoding (DDC).classColGroupEmptyclassColGroupLinearFunctionalclassColGroupOLEClass to encapsulate information about a column group that is encoded with simple lists of offsets for each set of distinct values.classColGroupRLEA group of columns compressed with a single run-length encoded bitmap.classColGroupSDCColumn group that sparsely encodes the dictionary values.classColGroupSDCFORColGroup for Patched Frame Of Reference.classColGroupSDCSingleColumn group that sparsely encodes the dictionary values.classColGroupSDCSingleZerosColumn group that sparsely encodes the dictionary values.classColGroupSDCZerosColumn group that sparsely encodes the dictionary values. -
Uses of AColGroupCompressed in org.apache.sysds.runtime.compress.colgroup.dictionary
Methods in org.apache.sysds.runtime.compress.colgroup.dictionary with parameters of type AColGroupCompressed Modifier and Type Method Description static IDictionaryDictionaryFactory. combineDictionaries(AColGroupCompressed a, AColGroupCompressed b)static IDictionaryDictionaryFactory. combineDictionaries(AColGroupCompressed a, AColGroupCompressed b, Map<Integer,Integer> filter)static IDictionaryDictionaryFactory. combineDictionariesSparse(AColGroupCompressed a, AColGroupCompressed b)Combine the dictionaries assuming a sparse combination where each dictionary can be a SDC containing a default element that have to be introduced into the combined dictionary. -
Uses of AColGroupCompressed in org.apache.sysds.runtime.compress.lib
Methods in org.apache.sysds.runtime.compress.lib with parameters of type AColGroupCompressed Modifier and Type Method Description static double[]CLALibCombineGroups. constructDefaultTuple(AColGroupCompressed ac, AColGroupCompressed bc)
-