Uses of Class
org.apache.sysds.runtime.compress.estim.encoding.AEncode
- 
Packages that use AEncode Package Description org.apache.sysds.runtime.compress.estim.encoding  - 
- 
Uses of AEncode in org.apache.sysds.runtime.compress.estim.encoding
Subclasses of AEncode in org.apache.sysds.runtime.compress.estim.encoding Modifier and Type Class Description classConstEncodingConst encoding for cases where the entire group of columns is the same valueclassDenseEncodingAn Encoding that contains a value on each row of the input.classEmptyEncodingEmpty encoding for cases where the entire group of columns is zeroclassSparseEncodingA Encoding that contain a default value that is not encoded and every other value is encoded in the map. 
 -