Uses of Class
elki.clustering.subspace.DiSH.Strategy
-
Packages that use DiSH.Strategy Package Description elki.clustering.subspace Axis-parallel subspace clustering algorithms. -
-
Uses of DiSH.Strategy in elki.clustering.subspace
Fields in elki.clustering.subspace declared as DiSH.Strategy Modifier and Type Field Description static DiSH.Strategy
DiSH.Par. DEFAULT_STRATEGY
Default strategy.protected DiSH.Strategy
DiSH.Par. strategy
The strategy to determine the preference vector.private DiSH.Strategy
DiSH. strategy
DiSH strategy.Methods in elki.clustering.subspace that return DiSH.Strategy Modifier and Type Method Description static DiSH.Strategy
DiSH.Strategy. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DiSH.Strategy[]
DiSH.Strategy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in elki.clustering.subspace with parameters of type DiSH.Strategy Constructor Description DiSH(double epsilon, int minpts, DiSH.Strategy strategy)
Constructor.
-