public class HassAndStokes extends Object
| Modifier and Type | Field and Description | 
|---|---|
| static double | HAAS_AND_STOKES_ALPHA1 | 
| static double | HAAS_AND_STOKES_ALPHA2 | 
| static int | HAAS_AND_STOKES_UJ2A_C | 
| static boolean | HAAS_AND_STOKES_UJ2A_CUT2 | 
| static boolean | HAAS_AND_STOKES_UJ2A_SOLVE | 
| static int | MAX_SOLVE_CACHE_SIZE | 
| Constructor and Description | 
|---|
| HassAndStokes() | 
| Modifier and Type | Method and Description | 
|---|---|
| static int | haasAndStokes(ABitmap ubm,
             int nRows,
             int sampleSize,
             HashMap<Integer,Double> solveCache)Haas, Peter J., and Lynne Stokes. | 
public static final double HAAS_AND_STOKES_ALPHA1
public static final double HAAS_AND_STOKES_ALPHA2
public static final int HAAS_AND_STOKES_UJ2A_C
public static final boolean HAAS_AND_STOKES_UJ2A_CUT2
public static final boolean HAAS_AND_STOKES_UJ2A_SOLVE
public static final int MAX_SOLVE_CACHE_SIZE
public static int haasAndStokes(ABitmap ubm, int nRows, int sampleSize, HashMap<Integer,Double> solveCache)
ubm - The Uncompressed Bit mapnRows - The number of rows originally in the inputsampleSize - The number of rows used in the samplesolveCache - A Hashmap containing information for getDuj2aEstimateCopyright © 2020 The Apache Software Foundation. All rights reserved.