Package | Description |
---|---|
it.uniroma2.sag.kelp.data.manipulator | |
it.uniroma2.sag.kelp.data.representation.tree.utils |
Constructor and Description |
---|
TreeAddAdditionalInfoFromArray(TreeNodeSelector treeNodeSelector,
List<List<Double>> info,
String representation,
boolean applyToLeftExampleInPair)
Create a manipulator which adds an additional field to selected tree nodes
whose values are given by the List
info
passed as parameter to the constructor. |
TreeAddAdditionalInfoFromArray(TreeNodeSelector treeNodeSelector,
List<List<Double>> info,
String fieldName,
SelectRepresentationFromExample representationSelectorInExampleClass)
Create a manipulator which adds an additional field to selected tree nodes
whose values are determined by the parameter
info . |
TreeAddAdditionalInfoFromArray(TreeNodeSelector treeNodeSelector,
List<List<Double>> info,
String fieldName,
String representation)
Create a manipulator which adds an additional field to selected tree nodes
whose values are determined by the parameter
info . |
TreeAddAdditionalInfoFromArray(TreeNodeSelector treeNodeSelector,
List<List<Double>> info,
String fieldName,
String representation,
boolean applyToLeftExampleInPair)
Create a manipulator which adds an additional field to selected tree nodes
whose values are given by the List
info
passed as parameter to the constructor. |
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.
|
TreeNodePruner(NodeToBePrunedCheckerAbstractClass nodePrunerObj,
SelectRepresentationFromExample treeSelectorInExample,
NodeToBePrunedCheckerAbstractClass internalNodePrunerObj,
TreeNodeSelector nodeSelectorObj,
int maxDepthVisitsWhilePruning)
Create a tree pruner which performs a post-order traversal of the tree.
|
TreeNodePruner(NodeToBePrunedCheckerAbstractClass nodePrunerObj,
String representationName,
NodeToBePrunedCheckerAbstractClass internalNodePrunerObj,
TreeNodeSelector nodeSelectorObj,
int maxDepthVisitsWhilePruning) |
Modifier and Type | Class and Description |
---|---|
class |
TreeNodeSelectorAllChildren |
class |
TreeNodeSelectorAllDescendants |
class |
TreeNodeSelectorAllLeaves |
Copyright © 2018 Semantic Analytics Group @ Uniroma2. All rights reserved.