Package | Description |
---|---|
org.apache.sysds.runtime.compress | |
org.apache.sysds.runtime.compress.estim.sample |
Modifier and Type | Field and Description |
---|---|
SampleEstimatorFactory.EstimationType |
CompressionSettings.estimationType
The sample type used for sampling
|
Modifier and Type | Method and Description |
---|---|
CompressionSettingsBuilder |
CompressionSettingsBuilder.setEstimationType(SampleEstimatorFactory.EstimationType estimationType) |
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.