architxt.simplification.tree_rewriting.operations.groups#
Classes
|
Identifies and create subgroup of entities for each subtree. |
|
Attempt to add ENT to existing GROUP within a tree. |
- class architxt.simplification.tree_rewriting.operations.groups.FindSubGroupsOperation(*, tau, min_support, metric)[source]#
Bases:
Operation
Identifies 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.
- class architxt.simplification.tree_rewriting.operations.groups.MergeGroupsOperation(*, tau, min_support, metric)[source]#
Bases:
Operation
Attempt to add ENT to existing GROUP within a tree.
It tries to form a new GROUP nodes that does not reduce the support of the given group.