Uses of Class
org.apache.mahout.math.stats.TDigest

Packages that use TDigest
org.apache.mahout.math.stats   
 

Uses of TDigest in org.apache.mahout.math.stats
 

Methods in org.apache.mahout.math.stats that return TDigest
static TDigest TDigest.fromBytes(ByteBuffer buf)
          Reads a histogram from a byte buffer
static TDigest TDigest.merge(double compression, Iterable<TDigest> subData)
           
 TDigest TDigest.recordAllData()
          Sets up so that all centroids will record all data assigned to them.
 

Methods in org.apache.mahout.math.stats with parameters of type TDigest
 void TDigest.add(TDigest other)
           
 

Method parameters in org.apache.mahout.math.stats with type arguments of type TDigest
static TDigest TDigest.merge(double compression, Iterable<TDigest> subData)
           
 



Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.