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 class
ConstEncoding
Const encoding for cases where the entire group of columns is the same valueclass
DenseEncoding
An Encoding that contains a value on each row of the input.class
EmptyEncoding
Empty encoding for cases where the entire group of columns is zeroclass
SparseEncoding
A Encoding that contain a default value that is not encoded and every other value is encoded in the map.
-