Uses of Class
statistics.Initialization.DensityRankingMethod

Packages that use Initialization.DensityRankingMethod
statistics   
 

Uses of Initialization.DensityRankingMethod in statistics
 

Methods in statistics that return Initialization.DensityRankingMethod
static Initialization.DensityRankingMethod Initialization.DensityRankingMethod.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Initialization.DensityRankingMethod[] Initialization.DensityRankingMethod.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in statistics with parameters of type Initialization.DensityRankingMethod
static MixtureDensity Initialization.hierarchicalGaussianClustering(java.util.List<Sample> data, int maxc, boolean diagonalCovariances, Initialization.DensityRankingMethod rank)
          Perform a hierarchical Gaussian clustering: Beginning with only one density, always split the cluster with highest variance in two parts, finding the new means by following the strongest eigen vector.