Class SDCScheme
- java.lang.Object
-
- org.apache.sysds.runtime.compress.colgroup.scheme.ACLAScheme
-
- org.apache.sysds.runtime.compress.colgroup.scheme.SDCScheme
-
- All Implemented Interfaces:
Cloneable
,ICLAScheme
- Direct Known Subclasses:
SDCSchemeMC
,SDCSchemeSC
public abstract class SDCScheme extends ACLAScheme
-
-
Field Summary
-
Fields inherited from interface org.apache.sysds.runtime.compress.colgroup.scheme.ICLAScheme
LOG
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SDCScheme
create(ASDC g)
static SDCScheme
create(ASDCZero g)
String
toString()
-
Methods inherited from class org.apache.sysds.runtime.compress.colgroup.scheme.ACLAScheme
clone, encode, encode, encodeT, encodeT, update, update, updateAndEncode, updateAndEncode, updateAndEncodeT, updateAndEncodeT, updateT, updateT
-
-