Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

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

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

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

Subclasses of AggregatingHistogram in de.lmu.ifi.dbs.elki.math
 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 AggregatingHistogram
static AggregatingHistogram<Pair<Double,Double>,Pair<Double,Double>> AggregatingHistogram.DoubleSumDoubleSumHistogram(int bins, double min, double max)
          Histograms that work like two DoubleSumHistogram(int, double, double), component wise.
static AggregatingHistogram<Double,Double> AggregatingHistogram.DoubleSumHistogram(int bins, double min, double max)
          Convenience constructor for Double-based Histograms.
static AggregatingHistogram<Integer,Integer> AggregatingHistogram.IntSumHistogram(int bins, double min, double max)
          Convenience constructor for Integer-based Histograms.
static AggregatingHistogram<Pair<Integer,Integer>,Pair<Integer,Integer>> AggregatingHistogram.IntSumIntSumHistogram(int bins, double min, double max)
          Histograms that work like two IntSumHistogram(int, double, double), component wise.
static AggregatingHistogram<Long,Long> AggregatingHistogram.LongSumHistogram(int bins, double min, double max)
          Convenience constructor for Long-based Histograms.
static AggregatingHistogram<Pair<Long,Long>,Pair<Long,Long>> AggregatingHistogram.LongSumLongSumHistogram(int bins, double min, double max)
          Histograms that work like two LongSumHistogram(int, double, double), component wise.
static AggregatingHistogram<MeanVariance,Double> AggregatingHistogram.MeanVarianceHistogram(int bins, double min, double max)
          Convenience constructor for MeanVariance-based Histograms.
 


Release 0.3 (2010-03-31_1612)