Class OutlierPatternResolver
java.lang.Object
com.evolveum.midpoint.model.impl.mining.algorithm.cluster.action.util.outlier.context.OutlierPatternResolver
- All Implemented Interfaces:
Serializable
The `PatternResolver` class implements the `DetectionOperation` interface and provides
the algorithms for performing user-based and role-based pattern detection within the
role analysis process.
This class plays a crucial role in identifying patterns within the analyzed data, assisting in making informed decisions about role and user assignments.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindIntersection(List<String> list1, List<String> list2) <T extends MiningBaseTypeChunk>
List<SimpleHeatPattern>performSingleAnomalyCellDetection(@NotNull List<T> miningBaseTypeChunks, @NotNull PatternDetectionOption detectionOption, List<String> requiredProperties, List<String> allowedProperties)
-
Constructor Details
-
OutlierPatternResolver
public OutlierPatternResolver()
-
-
Method Details
-
performSingleAnomalyCellDetection
public <T extends MiningBaseTypeChunk> List<SimpleHeatPattern> performSingleAnomalyCellDetection(@NotNull @NotNull List<T> miningBaseTypeChunks, @NotNull @NotNull PatternDetectionOption detectionOption, List<String> requiredProperties, List<String> allowedProperties) -
findIntersection
-