Package | Description |
---|---|
org.apache.sysds.runtime.compress.estim |
Modifier and Type | Method and Description |
---|---|
EstimationFactors |
CompressedSizeEstimator.estimateCompressedColGroupSize(ABitmap ubm,
int[] colIndexes)
Method used to extract the CompressedSizeEstimationFactors from an constructed UncompressedBitmap.
|
static EstimationFactors |
CompressedSizeEstimator.estimateCompressedColGroupSize(ABitmap ubm,
int[] colIndexes,
int nrRows,
CompressionSettings cs) |
Constructor and Description |
---|
CompressedSizeInfoColGroup(int[] columns,
EstimationFactors facts,
double sparsity) |
CompressedSizeInfoColGroup(int[] columns,
EstimationFactors facts,
Set<AColGroup.CompressionType> validCompressionTypes,
ABitmap ubm,
int sampleSize) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.