Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

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

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

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

Subclasses of AggregatingHistogram.Adapter in de.lmu.ifi.dbs.elki.math
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 AggregatingHistogram.Adapter
private  AggregatingHistogram.Adapter<T,D> AggregatingHistogram.putter
          The class we are using for putting data.
 

Constructors in de.lmu.ifi.dbs.elki.math with parameters of type AggregatingHistogram.Adapter
AggregatingHistogram(int bins, double min, double max, AggregatingHistogram.Adapter<T,D> adapter)
          Constructor with Adapter.
 


Release 0.3 (2010-03-31_1612)