Uses of Class
com.evolveum.midpoint.model.impl.mining.algorithm.cluster.mechanism.AttributeMatchExplanation
Packages that use AttributeMatchExplanation
-
Uses of AttributeMatchExplanation 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 AttributeMatchExplanationMethod parameters in com.evolveum.midpoint.model.impl.mining.algorithm.cluster.mechanism with type arguments of type AttributeMatchExplanationModifier and TypeMethodDescriptionstatic StringClusterExplanation.getCandidateName(Set<AttributeMatchExplanation> attributeExplanation) static StringClusterExplanation.getExplanation(Set<AttributeMatchExplanation> attributeExplanation) voidClusterExplanation.setAttributeExplanation(Set<AttributeMatchExplanation> attributeExplanation) Constructor parameters in com.evolveum.midpoint.model.impl.mining.algorithm.cluster.mechanism with type arguments of type AttributeMatchExplanationModifierConstructorDescriptionClusterExplanation(Set<AttributeMatchExplanation> attributeExplanation, String attributeValue, Double weight)