Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

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

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

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

Subclasses of ReplacingHistogram in de.lmu.ifi.dbs.elki.math
 class AggregatingHistogram<T,D>
          Class for the typical case of an aggregating (e.g. counting, averaging) Histogram.
 class FlexiHistogram<T,D>
          Histogram with flexible size, guaranteed to be in [bin, 2*bin[
 

Methods in de.lmu.ifi.dbs.elki.math that return ReplacingHistogram
static ReplacingHistogram<Pair<Double,Double>> ReplacingHistogram.DoubleDoubleHistogram(int bins, double min, double max)
          Convenience constructor for Histograms with pairs of Doubles Uses a constructor to initialize bins with Pair(Double(0),Double(0))
static ReplacingHistogram<Double> ReplacingHistogram.DoubleHistogram(int bins, double min, double max)
          Convenience constructor for Double-based Histograms.
static ReplacingHistogram<Integer> ReplacingHistogram.IntHistogram(int bins, double min, double max)
          Convenience constructor for Integer-based Histograms.
static ReplacingHistogram<Pair<Integer,Integer>> ReplacingHistogram.IntIntHistogram(int bins, double min, double max)
          Convenience constructor for Histograms with pairs of Integers Uses a constructor to initialize bins with Pair(Integer(0),Integer(0))
 


Release 0.3 (2010-03-31_1612)