Name | Type | Multiplicity | Description |
---|---|---|---|
query |
property SearchFilterType |
[0,1] | Specifies the query or filter applied to the objects. |
similarityThreshold |
property double |
[0,1] | Similarity threshold used for clustering (Jaccard). |
minMembersCount |
property int |
[0,1] | Specifies the minimum required cluster size (member objects). |
propertiesRange |
property RangeType |
[0,1] | Specifies the minimum and maximum required number of properties. |
minPropertiesOverlap |
property int |
[0,1] | Minimum property overlap size between cluster members. |
Flags: RAM,runtime
Multiplicity: [0,1]
Specifies the query or filter applied to the objects.
Only the objects that match the filter are included in the analysis.
Flags: RAM,runtime
Multiplicity: [0,1]
Similarity threshold used for clustering (Jaccard).
If the condition is not met, then the objects are excluded from the cluster.
Flags: RAM,runtime
Multiplicity: [0,1]
Specifies the minimum required cluster size (member objects).
NOTE: The parameter checks the number of these unique objects, not the total
number of included objects in the cluster.
Flags: RAM,runtime
Multiplicity: [0,1]
Specifies the minimum and maximum required number of properties.
If the condition is not met, the object is excluded.
USER MODE - min role assign.
ROLE MODE - min members count.
Flags: RAM,runtime
Multiplicity: [0,1]
Minimum property overlap size between cluster members.
In the case of USER MODE, the user (member) is included in the cluster, if there are other user(s) who have
at least "minOverlapCondition" equal roles.
In the case of ROLE MODE, the role (member) is included in the cluster, if there are other role(s) who have
at least "minOverlapCondition" equal users.