Uses of Class
org.apache.sysds.runtime.compress.colgroup.dictionary.ADictionary
-
Packages that use ADictionary Package Description org.apache.sysds.runtime.compress.colgroup org.apache.sysds.runtime.compress.colgroup.dictionary -
-
Uses of ADictionary in org.apache.sysds.runtime.compress.colgroup
Methods in org.apache.sysds.runtime.compress.colgroup that return ADictionary Modifier and Type Method Description ADictionaryColGroupEmpty. getDictionary() -
Uses of ADictionary in org.apache.sysds.runtime.compress.colgroup.dictionary
Subclasses of ADictionary in org.apache.sysds.runtime.compress.colgroup.dictionary Modifier and Type Class Description classDeltaDictionaryThis dictionary class is a specialization for the DeltaDDCColgroup.classDictionaryThis dictionary class aims to encapsulate the storage and operations over unique floating point values of a column group.classIdentityDictionaryA specialized dictionary that exploits the fact that the contained dictionary is an Identity Matrix.classIdentityDictionarySliceclassMatrixBlockDictionaryclassQDictionaryThis dictionary class aims to encapsulate the storage and operations over unique floating point values of a column group.
-