public class InactiveHNode extends LeafNode implements LearningNode, java.io.Serializable
m_parentBranch, m_parentNode, m_theNodem_classDistribution| Constructor and Description |
|---|
InactiveHNode(java.util.Map<java.lang.String,WeightMass> classDistrib)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
updateNode(Instance inst)
Update the node with the supplied instance
|
classDistributionIsPure, getDistribution, graphTree, installNodeNums, isLeaf, leafForInstance, numEntriesInClassDistribution, toString, totalWeight, updateDistributionpublic InactiveHNode(java.util.Map<java.lang.String,WeightMass> classDistrib)
classDistrib - the class distribution at this nodepublic void updateNode(Instance inst)
HNodeupdateNode in class LeafNodeinst - the instance to update with