Package org.dmg.pmml.tree
Class CountingBranchNode
- java.lang.Object
-
- org.dmg.pmml.PMMLObject
-
- org.dmg.pmml.Entity<java.lang.Object>
-
- org.dmg.pmml.tree.Node
-
- org.dmg.pmml.tree.SimpleNode
-
- org.dmg.pmml.tree.BranchNode
-
- org.dmg.pmml.tree.CountingBranchNode
-
- All Implemented Interfaces:
java.io.Serializable,HasId<Entity<java.lang.Object>,java.lang.Object>,HasLocator,HasPredicate<Node>,HasRecordCount<Node>,HasScore<Node>,HasScoreDistributions<Node>,Visitable
public class CountingBranchNode extends BranchNode
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CountingBranchNode()CountingBranchNode(java.lang.Object score, Predicate predicate)CountingBranchNode(Node node)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.NumbergetRecordCount()CountingBranchNodesetRecordCount(java.lang.Number recordCount)-
Methods inherited from class org.dmg.pmml.tree.BranchNode
getDefaultChild, getId, getNodes, hasNodes, requireDefaultChild, setDefaultChild, setId
-
Methods inherited from class org.dmg.pmml.tree.SimpleNode
accept, getPredicate, getScore, requirePredicate, requireScore, setPredicate, setScore
-
Methods inherited from class org.dmg.pmml.tree.Node
addExtensions, addNodes, addNodes, addNodes, addScoreDistributions, getEmbeddedModel, getExtensions, getPartition, getScoreDistributions, hasExtensions, hasScoreDistributions, setEmbeddedModel, setPartition, toComplexNode
-
Methods inherited from class org.dmg.pmml.PMMLObject
getLocator, getSchemaVersion, getSchemaVersion, hasLocator, setLocator
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.dmg.pmml.HasPredicate
requirePredicate
-
-
-
-
Method Detail
-
getRecordCount
public java.lang.Number getRecordCount()
- Specified by:
getRecordCountin interfaceHasRecordCount<Node>- Overrides:
getRecordCountin classNode
-
setRecordCount
public CountingBranchNode setRecordCount(java.lang.Number recordCount)
- Specified by:
setRecordCountin interfaceHasRecordCount<Node>- Overrides:
setRecordCountin classNode
-
-