Class | Description |
---|---|
NodePruner | |
NodeToBePrunedCheckerAbstractClass | |
PruneNodeIfLeaf |
Prune a node if it is a leaf.
|
PruneNodeLeafNumber |
This strategy keeps the first
numberOfLeavesToKeep leaves and
discard all subsequent ones. |
PruneNodeLowerThanThreshold |
Prune a node if the absolute value of the field
weightfield
(default value "weight") is lower than threshold . |
PruneNodeNumberOfChildren |
This pruning strategy makes sure that a node does not have more than
maxNumberOfChildren children. |
PruneNodeThresholdAndDistanceFromSpecificLabelledNode |
Prune a node if the following conditions are met:
1) there is no node at distance not greater than
distance whose
label starts with the prefix labelPrefix
2) the conditions specified in the parent class |
Enum | Description |
---|---|
PruneNodeLowerThanThreshold.nodeComparisonOperator |
Copyright © 2018 Semantic Analytics Group @ Uniroma2. All rights reserved.