|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NTreeNode | |
---|---|
rdr.methods |
Uses of NTreeNode in rdr.methods |
---|
Fields in rdr.methods declared as NTreeNode | |
---|---|
NTreeNode |
MCRDR.root
|
Methods in rdr.methods that return NTreeNode | |
---|---|
NTreeNode |
MCRDR.getNode(int nodeID)
Find a node based on a node ID |
NTreeNode |
NTreeNode.getParent()
|
NTreeNode |
MCRDR.getRoot()
|
Methods in rdr.methods that return types with arguments of type NTreeNode | |
---|---|
common.datastructures.MyFastVector<NTreeNode> |
NTreeNode.getChildren()
|
Methods in rdr.methods with parameters of type NTreeNode | |
---|---|
void |
NTreeNode.addChild(NTreeNode child)
Add a child to this node |
void |
MCRDR.buildCornerstones(NTreeNode newNode)
Checks the parent node's cornerstones to see if they're also cornerstones for this node Should only be called when the node is first added, otherwise use insertCornerstone to update as appropriate |
common.datastructures.MyFastVector<Node> |
MCRDR.classify(Case c,
NTreeNode n)
Perform an MCRDR inference to classify the case c |
common.datastructures.MyFastVector<Case> |
MCRDR.getCornerstones(Rule newRule,
NTreeNode parent)
Fetch the cornerstone cases that would apply to a newRule being added as a child of parent |
void |
NTreeNode.setParent(NTreeNode parent)
Sets the parent node |
Method parameters in rdr.methods with type arguments of type NTreeNode | |
---|---|
void |
NTreeNode.setChildren(common.datastructures.MyFastVector<NTreeNode> children)
Set the children |
Constructors in rdr.methods with parameters of type NTreeNode | |
---|---|
NTreeNode(Rule rule,
Classification classification,
common.datastructures.MyFastVector<NTreeNode> children,
NTreeNode parent,
common.datastructures.MyFastVector<Case> cornerstones)
Constructor Builds a node to the specifications provided |
|
NTreeNode(Rule rule,
Classification classification,
NTreeNode parent,
common.datastructures.MyFastVector<Case> cornerstones)
Constructor Builds a node to the specifications provided. |
Constructor parameters in rdr.methods with type arguments of type NTreeNode | |
---|---|
NTreeNode(Rule rule,
Classification classification,
common.datastructures.MyFastVector<NTreeNode> children,
NTreeNode parent,
common.datastructures.MyFastVector<Case> cornerstones)
Constructor Builds a node to the specifications provided |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |