Uses of Enum Class
com.evolveum.midpoint.model.impl.mining.algorithm.cluster.mechanism.ClusteringMode
Packages that use ClusteringMode
-
Uses of ClusteringMode in com.evolveum.midpoint.model.impl.mining.algorithm.cluster.mechanism
Methods in com.evolveum.midpoint.model.impl.mining.algorithm.cluster.mechanism that return ClusteringModeModifier and TypeMethodDescriptionstatic ClusteringModeReturns the enum constant of this class with the specified name.static ClusteringMode[]ClusteringMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.evolveum.midpoint.model.impl.mining.algorithm.cluster.mechanism with parameters of type ClusteringModeModifierConstructorDescriptionprotectedClusterer(@NotNull DistanceMeasure measure, @NotNull ClusteringMode clusteringMode) DensityBasedClustering(double eps, int minPts, @NotNull DistanceMeasure measure, int minRolesOverlap, @NotNull ClusteringMode clusteringMode) Constructs a DensityBasedClustering instance with the specified parameters.