Class DetectionOption
java.lang.Object
com.evolveum.midpoint.common.mining.objects.detection.DetectionOption
- 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 SummaryConstructorsConstructorDescriptionDetectionOption(double minFrequencyThreshold, double maxFrequencyThreshold, Integer minUsers, Integer minRoles) DetectionOption(RoleAnalysisClusterType cluster) 
- 
Method SummaryModifier and TypeMethodDescriptiondoubledouble
- 
Constructor Details- 
DetectionOption
- 
DetectionOption
 
- 
- 
Method Details- 
getMinFrequencyThresholdpublic double getMinFrequencyThreshold()
- 
getMinUsers
- 
getMaxFrequencyThresholdpublic double getMaxFrequencyThreshold()
- 
getMinRoles
 
-