Uses of Class
elki.index.tree.betula.CFTree.Threshold
-
Packages that use CFTree.Threshold Package Description elki.index.tree.betula BETULA clustering by aggregating the data into cluster features. -
-
Uses of CFTree.Threshold in elki.index.tree.betula
Fields in elki.index.tree.betula declared as CFTree.Threshold Modifier and Type Field Description (package private) CFTree.Threshold
CFTree.Factory.Par. tCriterium
Threshold heuristic strategy.(package private) CFTree.Threshold
CFTree.Factory. tCriterium
Threshold heuristic strategy.(package private) CFTree.Threshold
CFTree. tCriterium
Threshold heuristic strategy.Methods in elki.index.tree.betula that return CFTree.Threshold Modifier and Type Method Description static CFTree.Threshold
CFTree.Threshold. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CFTree.Threshold[]
CFTree.Threshold. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in elki.index.tree.betula with parameters of type CFTree.Threshold Constructor Description CFTree(ClusterFeature.Factory<L> factory, CFDistance dist, CFDistance abs, double threshold, int capacity, CFTree.Threshold tCriterium, int maxleaves, boolean storeIds)
Constructor.Factory(ClusterFeature.Factory<L> factory, CFDistance dist, CFDistance abs, double threshold, int branchingFactor, double maxleaves, CFTree.Threshold tCriterium)
Constructor.
-