Package org.dmg.pmml
Interface HasRecordCount<E extends PMMLObject & HasRecordCount<E>>
-
- All Known Implementing Classes:
BranchNode,ClassifierNode,ComplexNode,ComplexScoreDistribution,CountingBranchNode,CountingLeafNode,LeafNode,Node,RuleSet,ScoreDistribution,ScoreFrequency,ScoreProbability,SimpleNode,SimpleRule,SimpleScoreDistribution
public interface HasRecordCount<E extends PMMLObject & HasRecordCount<E>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.NumbergetRecordCount()EsetRecordCount(java.lang.Number recordCount)
-
-
-
Method Detail
-
getRecordCount
java.lang.Number getRecordCount()
-
setRecordCount
E setRecordCount(java.lang.Number recordCount)
-
-