Parallel Colt 0.7.2

Uses of Interface
cern.jet.stat.tfloat.quantile.FloatQuantileFinder

Packages that use FloatQuantileFinder
cern.jet.stat.tfloat.quantile Scalable algorithms and data structures to compute approximate quantiles over very large data sequences. 
 

Uses of FloatQuantileFinder in cern.jet.stat.tfloat.quantile
 

Methods in cern.jet.stat.tfloat.quantile that return FloatQuantileFinder
static FloatQuantileFinder FloatQuantileFinderFactory.newFloatQuantileFinder(boolean known_N, long N, float epsilon, float delta, int quantiles, FloatRandomEngine generator)
          Returns a quantile finder that minimizes the amount of memory needed under the user provided constraints.
 


Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage