Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Class
de.lmu.ifi.dbs.elki.math.statistics.KernelDensityEstimator.Kernel

Packages that use KernelDensityEstimator.Kernel
de.lmu.ifi.dbs.elki.math.statistics Statistical tests and methods. 
 

Uses of KernelDensityEstimator.Kernel in de.lmu.ifi.dbs.elki.math.statistics
 

Methods in de.lmu.ifi.dbs.elki.math.statistics that return KernelDensityEstimator.Kernel
static KernelDensityEstimator.Kernel KernelDensityEstimator.Kernel.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static KernelDensityEstimator.Kernel[] KernelDensityEstimator.Kernel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.lmu.ifi.dbs.elki.math.statistics with parameters of type KernelDensityEstimator.Kernel
private  void KernelDensityEstimator.process(double[] data, double min, double max, KernelDensityEstimator.Kernel kernel, int windows)
          Process a new array
 

Constructors in de.lmu.ifi.dbs.elki.math.statistics with parameters of type KernelDensityEstimator.Kernel
KernelDensityEstimator(double[] data, double min, double max, KernelDensityEstimator.Kernel kernel, int windows)
          Initialize and execute kernel density estimation.
KernelDensityEstimator(double[] data, KernelDensityEstimator.Kernel kernel)
          Process an array of data
 


Release 0.2.1 (2009-07-13_1605)