public class SampleEstimatorFactory extends Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | SampleEstimatorFactory.EstimationType | 
| Constructor and Description | 
|---|
| SampleEstimatorFactory() | 
| Modifier and Type | Method and Description | 
|---|---|
| static int | distinctCount(int[] frequencies,
             int nRows,
             int sampleSize,
             SampleEstimatorFactory.EstimationType type,
             HashMap<Integer,Double> solveCache) | 
public static int distinctCount(int[] frequencies,
                                int nRows,
                                int sampleSize,
                                SampleEstimatorFactory.EstimationType type,
                                HashMap<Integer,Double> solveCache)
Copyright © 2021 The Apache Software Foundation. All rights reserved.