Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Class
de.lmu.ifi.dbs.elki.math.ReplacingHistogram.Adapter

Packages that use ReplacingHistogram.Adapter
de.lmu.ifi.dbs.elki.math Mathematical operations and utilities used throughout the framework. 
 

Uses of ReplacingHistogram.Adapter in de.lmu.ifi.dbs.elki.math
 

Subclasses of ReplacingHistogram.Adapter in de.lmu.ifi.dbs.elki.math
static class AggregatingHistogram.Adapter<T,D>
          Adapter class for an AggregatingHistogram
static class FlexiHistogram.Adapter<T,D>
          Adapter interface to specify bin creation, data caching and combination.
 

Fields in de.lmu.ifi.dbs.elki.math declared as ReplacingHistogram.Adapter
private  ReplacingHistogram.Adapter<T> ReplacingHistogram.maker
          Constructor for new elements
 

Constructors in de.lmu.ifi.dbs.elki.math with parameters of type ReplacingHistogram.Adapter
ReplacingHistogram(int bins, double min, double max, ReplacingHistogram.Adapter<T> maker)
          Histogram constructor
 


Release 0.3 (2010-03-31_1612)