| Package | Description | 
|---|---|
| org.apache.sysds.runtime.compress | |
| org.apache.sysds.runtime.compress.estim.sample | 
| Modifier and Type | Field and Description | 
|---|---|
| SampleEstimatorFactory.EstimationType | CompressionSettings. estimationTypeThe sample type used for sampling | 
| Modifier and Type | Method and Description | 
|---|---|
| CompressionSettingsBuilder | CompressionSettingsBuilder. setEstimationType(SampleEstimatorFactory.EstimationType estimationType)Set the estimation type used for the sampled estimates. | 
| Modifier and Type | Method and Description | 
|---|---|
| static SampleEstimatorFactory.EstimationType | SampleEstimatorFactory.EstimationType. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static SampleEstimatorFactory.EstimationType[] | SampleEstimatorFactory.EstimationType. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| static int | SampleEstimatorFactory. distinctCount(int[] frequencies,
             int nRows,
             int sampleSize,
             SampleEstimatorFactory.EstimationType type,
             HashMap<Integer,Double> solveCache) | 
Copyright © 2021 The Apache Software Foundation. All rights reserved.