Uses of Class
statistics.Density

Packages that use Density
statistics   
 

Uses of Density in statistics
 

Subclasses of Density in statistics
 class DensityDiagonal
           
 class DensityFull
          The DensityFull is a Gaussian density with full covariance matrix.
 

Fields in statistics declared as Density
 Density[] MixtureDensity.densities
          component densities
 

Methods in statistics that return Density
 Density DensityFull.clone()
          Create a deep copy of this instance.
abstract  Density Density.clone()
          Clone the instance (deep copy)
 Density DensityDiagonal.clone()
          Create a deep copy of this instance.
static Density Trainer.ml(java.util.List<Sample> data, boolean diagonalCovariances)
          Standard (single-core) maximum likelihood estimation for a single Gaussian density
 Density ParallelML.mlEstimate()
          Return the estimated density.
 

Methods in statistics with parameters of type Density
static int Initialization.assignToCluster(double[] x, Density[] d)
          Compute the ID of the nearest centroid.
 

Method parameters in statistics with type arguments of type Density
static int Initialization.assignToCluster(double[] x, java.util.List<Density> list)
          Compute the ID of the nearest centroid.