Uses of Class
org.dmg.pmml.Counts
-
Packages that use Counts Package Description org.dmg.pmml org.jpmml.model.visitors -
-
Uses of Counts in org.dmg.pmml
Methods in org.dmg.pmml that return Counts Modifier and Type Method Description CountsCounts. addExtensions(Extension... extensions)CountsObjectFactory. createCounts()Create an instance ofCountsCountsPartitionFieldStats. getCounts()CountsUnivariateStats. getCounts()CountsCounts. setCardinality(java.lang.Integer cardinality)CountsCounts. setInvalidFreq(java.lang.Number invalidFreq)CountsCounts. setMissingFreq(java.lang.Number missingFreq)CountsCounts. setTotalFreq(java.lang.Number totalFreq)Methods in org.dmg.pmml with parameters of type Counts Modifier and Type Method Description PartitionFieldStatsPartitionFieldStats. setCounts(Counts counts)UnivariateStatsUnivariateStats. setCounts(Counts counts)VisitorActionVisitor. visit(Counts counts) -
Uses of Counts in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type Counts Modifier and Type Method Description VisitorActionAbstractVisitor. visit(Counts counts)
-