public class PlanningCoCoder extends Object
| Modifier and Type | Class and Description |
|---|---|
protected static class |
PlanningCoCoder.GroupableColInfo |
| Constructor and Description |
|---|
PlanningCoCoder() |
| Modifier and Type | Method and Description |
|---|---|
static List<int[]> |
findCocodesByPartitioning(CompressedSizeEstimator sizeEstimator,
List<Integer> availCols,
List<Integer> colsCardinalities,
List<Long> compressedSize,
int numRows,
double sparsity,
int k) |
public static List<int[]> findCocodesByPartitioning(CompressedSizeEstimator sizeEstimator, List<Integer> availCols, List<Integer> colsCardinalities, List<Long> compressedSize, int numRows, double sparsity, int k) throws DMLRuntimeException
DMLRuntimeExceptionCopyright © 2017 The Apache Software Foundation. All rights reserved.