Package org.dmg.pmml.tree
Class CountingLeafNode
- 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.LeafNode
-
- org.dmg.pmml.tree.CountingLeafNode
-
- 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 CountingLeafNode extends LeafNode
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CountingLeafNode()CountingLeafNode(java.lang.Object score, Predicate predicate)CountingLeafNode(Node node)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.NumbergetRecordCount()CountingLeafNodesetRecordCount(java.lang.Number recordCount)-
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, getDefaultChild, getEmbeddedModel, getExtensions, getNodes, getPartition, getScoreDistributions, hasExtensions, hasNodes, hasScoreDistributions, requireDefaultChild, setDefaultChild, 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 CountingLeafNode setRecordCount(java.lang.Number recordCount)
- Specified by:
setRecordCountin interfaceHasRecordCount<Node>- Overrides:
setRecordCountin classNode
-
-