Package | Description |
---|---|
org.apache.sysml.runtime.compress.cocode |
Modifier and Type | Method and Description |
---|---|
List<int[]> |
ColumnGroupPartitionerStatic.partitionColumns(List<Integer> groupCols,
HashMap<Integer,PlanningCoCoder.GroupableColInfo> groupColsInfo) |
abstract List<int[]> |
ColumnGroupPartitioner.partitionColumns(List<Integer> groupCols,
HashMap<Integer,PlanningCoCoder.GroupableColInfo> groupColsInfo)
Partitions a list of columns into a list of partitions that contains subsets of columns.
|
List<int[]> |
ColumnGroupPartitionerBinPacking.partitionColumns(List<Integer> groupCols,
HashMap<Integer,PlanningCoCoder.GroupableColInfo> groupColsInfo) |
Constructor and Description |
---|
PlanningCoCodingGroup(int col,
PlanningCoCoder.GroupableColInfo info)
Constructor for a one-column group; i.e.
|
Copyright © 2018 The Apache Software Foundation. All rights reserved.