Class PatternDetectionOption
java.lang.Object
com.evolveum.midpoint.common.mining.objects.detection.PatternDetectionOption
- All Implemented Interfaces:
Serializable
The `DetectionOption` class represents detection options for role analysis. It includes parameters such as minimum
and maximum frequency thresholds, minimum users, and minimum roles.
- See Also:
-
Constructor Summary
ConstructorDescriptionPatternDetectionOption
(double minFrequencyThreshold, double maxFrequencyThreshold, Integer minUsers, Integer minRoles) -
Method Summary
Modifier and TypeMethodDescriptiondouble
double
-
Constructor Details
-
PatternDetectionOption
-
PatternDetectionOption
-
-
Method Details
-
getMinFrequencyThreshold
public double getMinFrequencyThreshold() -
getMinUsers
-
getMaxFrequencyThreshold
public double getMaxFrequencyThreshold() -
getMinRoles
-