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 TypeClassDescriptionclass
The `MiningRoleTypeChunk` class represents a chunk of role analysis data for a specific role.class
The `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.