Class CLALibScheme
java.lang.Object
org.apache.sysds.runtime.compress.lib.CLALibScheme
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CompressionSchemegenScheme(AColGroup.CompressionType type, int nCols) Generate a scheme with the given type of columnGroup and number of columns in each groupstatic CompressionScheme
-
Constructor Details
-
CLALibScheme
public CLALibScheme()
-
-
Method Details
-
getScheme
-
genScheme
Generate a scheme with the given type of columnGroup and number of columns in each group- Parameters:
type- The type of encoding to usenCols- The number of columns- Returns:
- A scheme to generate.
-