architxt.simplification.tree_rewriting.operations.groups#
Classes
|
Identifies and create subgroup of entities for each subtree. |
|
Attempt to add ENT to an existing ` GROUP ` within a tree. |
- class architxt.simplification.tree_rewriting.operations.groups.FindSubGroupsOperation(*, tree_clusterer, min_support)[source]#
Bases:
OperationIdentifies and create subgroup of entities for each subtree.
It creates a group only if the support of the newly created subgroup is greater than the support of the subtree.