Uses of Class
com.evolveum.midpoint.model.impl.mining.algorithm.cluster.mechanism.ClusterExplanation
Packages that use ClusterExplanation
-
Uses of ClusterExplanation in com.evolveum.midpoint.model.impl.mining.algorithm.cluster.mechanism
Methods in com.evolveum.midpoint.model.impl.mining.algorithm.cluster.mechanism that return types with arguments of type ClusterExplanationMethod parameters in com.evolveum.midpoint.model.impl.mining.algorithm.cluster.mechanism with type arguments of type ClusterExplanationModifier and TypeMethodDescriptiondoubleDistanceMeasure.computeRuleDistance(@NotNull ExtensionProperties valueA, @NotNull ExtensionProperties valueB, @NotNull Set<ClusterExplanation> explanation) doubleJaccardDistancesMeasure.computeRuleDistance(@NotNull ExtensionProperties valueA, @NotNull ExtensionProperties valueB, @NotNull Set<ClusterExplanation> explanation) static StringClusterExplanation.getClusterExplanationDescription(Set<ClusterExplanation> clusterExplanationSet) Clusterer.getNeighbors(T point, Collection<T> points, Set<ClusterExplanation> explanation, double eps, int minPts, int minPropertiesOverlap, com.evolveum.midpoint.model.impl.mining.algorithm.cluster.mechanism.DensityBasedClustering.PointStatusWrapper pStatusWrapper) static StringClusterExplanation.resolveClusterName(Set<ClusterExplanation> clusterExplanationSet) protected doubleClusterer.rulesDistance(@NotNull ExtensionProperties p1, @NotNull ExtensionProperties p2, @NotNull Set<ClusterExplanation> explanation) voidCluster.setExplanations(Set<ClusterExplanation> explanations)