Uses of Class
com.evolveum.midpoint.common.mining.objects.chunk.MiningBaseTypeChunk
Packages that use MiningBaseTypeChunk
Package
Description
-
Uses of MiningBaseTypeChunk in com.evolveum.midpoint.common.mining.objects.chunk
Subclasses of MiningBaseTypeChunk in com.evolveum.midpoint.common.mining.objects.chunkModifier and TypeClassDescriptionclassThe `MiningRoleTypeChunk` class represents a chunk of role analysis data for a specific role.classThe `MiningUserTypeChunk` class represents a chunk of role analysis data for a specific user. -
Uses of MiningBaseTypeChunk in com.evolveum.midpoint.common.mining.utils.algorithm
Methods in com.evolveum.midpoint.common.mining.utils.algorithm with type parameters of type MiningBaseTypeChunkModifier and TypeMethodDescriptionstatic <T extends MiningBaseTypeChunk>
@NotNull List<T>JaccardSorter.frequencyBasedSort(@NotNull List<T> dataPoints) The `JaccardSorter` class provides methods to sort `MiningUserTypeChunk` and `MiningRoleTypeChunk` collections based on Jaccard similarity and frequency.static <T extends MiningBaseTypeChunk>
List<T>JaccardSorter.jaccardSorter(@NotNull List<T> dataPoints) -
Uses of MiningBaseTypeChunk in com.evolveum.midpoint.gui.impl.page.admin.role.mining.utils.table
Methods in com.evolveum.midpoint.gui.impl.page.admin.role.mining.utils.table with type parameters of type MiningBaseTypeChunkModifier and TypeMethodDescriptionstatic <T extends MiningBaseTypeChunk>
StringRoleAnalysisTableCellFillResolver.resolveCellColor(T rowModel, T colModel) Resolve the cell color for role analysis table.static <T extends MiningBaseTypeChunk>
voidRoleAnalysisTableCellFillResolver.updateFrequencyBased(org.apache.wicket.model.IModel<T> rowModel, double minFrequency, double maxFrequency) Update the mining DISABLE status for role-based analysis. -
Uses of MiningBaseTypeChunk in com.evolveum.midpoint.model.impl.mining.algorithm.detection
Methods in com.evolveum.midpoint.model.impl.mining.algorithm.detection with type parameters of type MiningBaseTypeChunkModifier and TypeMethodDescription<T extends MiningBaseTypeChunk>
@NotNull List<DetectedPattern>DetectionOperation.performDetection(@NotNull RoleAnalysisProcessModeType processMode, @NotNull List<T> miningBaseTypeChunks, @NotNull DetectionOption detectionOption, @NotNull RoleAnalysisProgressIncrement handler) Performs pattern detection using the provided mining role type chunks, detection options, progress increment handler and process mode.<T extends MiningBaseTypeChunk>
@NotNull List<DetectedPattern>PatternResolver.performDetection(@NotNull RoleAnalysisProcessModeType processMode, @NotNull List<T> miningBaseTypeChunks, @NotNull DetectionOption detectionOption, @NotNull RoleAnalysisProgressIncrement handler)