Package | Description |
---|---|
org.apache.sysds.runtime.compress.cocode | |
org.apache.sysds.runtime.compress.estim |
Modifier and Type | Method and Description |
---|---|
static CompressedSizeInfo |
PlanningCoCoder.findCoCodesByPartitioning(CompressedSizeEstimator est,
CompressedSizeInfo colInfos,
int numRows,
int k,
CompressionSettings cs)
Main entry point of CoCode.
|
CompressedSizeInfoColGroup |
PlanningCoCoder.Memorizer.getOrCreate(int[] c1,
int[] c2,
CompressedSizeEstimator est,
CompressionSettings cs) |
Modifier and Type | Class and Description |
---|---|
class |
CompressedSizeEstimatorExact
Exact compressed size estimator (examines entire dataset).
|
class |
CompressedSizeEstimatorSample |
Modifier and Type | Method and Description |
---|---|
static CompressedSizeEstimator |
CompressedSizeEstimatorFactory.getSizeEstimator(MatrixBlock data,
CompressionSettings cs) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.