public class InactiveHNode extends LeafNode implements LearningNode, java.io.Serializable
m_parentBranch, m_parentNode, m_theNode
m_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, updateDistribution
public InactiveHNode(java.util.Map<java.lang.String,WeightMass> classDistrib)
classDistrib
- the class distribution at this nodepublic void updateNode(Instance inst)
HNode
updateNode
in class LeafNode
inst
- the instance to update with