|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Node | |
---|---|
net.sf.myra.datamining.data |
Uses of Node in net.sf.myra.datamining.data |
---|
Methods in net.sf.myra.datamining.data that return Node | |
---|---|
Node |
ClassHierarchy.add(java.lang.String label)
Adds a new node to the class hierarchy. |
Node |
ClassHierarchy.add(java.lang.String label,
java.lang.String parent)
Adds a new node to the class hierarchy as a child of the specified parent node. |
Node |
ClassHierarchy.find(java.lang.String label)
Returns the node instance with the specified label. |
Node |
Node.getChild(java.lang.String label)
|
Node |
ClassHierarchy.getRoot()
|
Methods in net.sf.myra.datamining.data that return types with arguments of type Node | |
---|---|
java.util.Collection<Node> |
ClassHierarchy.flat()
Returns the collection of all nodes labels. |
java.util.Collection<Node> |
Node.getAncestors()
|
java.util.Collection<Node> |
Node.getChildren()
|
java.util.Collection<Node> |
Node.getDescendants()
|
java.util.Collection<Node> |
ClassHierarchy.getLeaves()
Rerturns the collection of leaves of this class hierarchy. |
java.util.Collection<Node> |
Node.getParents()
|
Methods in net.sf.myra.datamining.data with parameters of type Node | |
---|---|
void |
ClassHierarchy.link(Node parent,
Node child)
Links the specified parent-child nodes. |
void |
ClassHierarchy.remove(Node node)
Removes the specified node from the class hierarchy. |
abstract Dataset |
Strategy.Type.transform(Node node,
Dataset dataset)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |