| Package | Description |
|---|---|
| it.uniroma2.sag.kelp.data.manipulator | |
| it.uniroma2.sag.kelp.data.representation.tree.node.nodePruner |
| Constructor and Description |
|---|
TreeNodePruner(NodePruner nodePrunerForPreOrderVisit,
SelectRepresentationFromExample treeSelectorInExample,
TreeNodeSelector nodeSelectorObj,
int maxDepthVisitsWhilePruning)
Create a tree pruner which performs a pre-order traversal of the tree.
|
TreeNodePruner(NodePruner nodePrunerForPreOrderVisit,
String representationName,
TreeNodeSelector nodeSelectorObj,
int maxDepthVisitsWhilePruning)
Create a tree pruner which performs a pre-order traversal of the tree.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PruneNodeNumberOfChildren
This pruning strategy makes sure that a node does not have more than
maxNumberOfChildren children. |
Copyright © 2018 Semantic Analytics Group @ Uniroma2. All rights reserved.