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. |
clusteringAttributeSetting |
property ClusteringAttributeSettingType |
[0,1] | Contains information about the clustering attribute analysis settings. |
analysisAttributeSetting |
property AnalysisAttributeSettingType |
[0,1] | Contains information about attribute analysis settings. |
isIndirect |
property boolean |
[0,1] | Specifies whether the clustering runs in indirect mode. |
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 not grouped.
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.
Flags: RAM,runtime
Multiplicity: [0,1]
Contains information about the clustering attribute analysis settings.
It allows for configuration of settings related to attribute analysis within clustering process.
Flags: RAM,runtime
Multiplicity: [0,1]
Contains information about attribute analysis settings.
It allows for configuration of settings related to attribute analysis within the analysis process.
Flags: RAM,runtime
Multiplicity: [0,1]
Specifies whether the clustering runs in indirect mode.