Uses of Class
org.dmg.pmml.baseline.CountTable
-
Packages that use CountTable Package Description org.dmg.pmml org.dmg.pmml.baseline org.jpmml.model.visitors -
-
Uses of CountTable in org.dmg.pmml
Methods in org.dmg.pmml that return types with arguments of type CountTable Modifier and Type Method Description jakarta.xml.bind.JAXBElement<CountTable>ObjectFactory. createCountTable(CountTable value)jakarta.xml.bind.JAXBElement<CountTable>ObjectFactory. createNormalizedCountTable(CountTable value)Methods in org.dmg.pmml with parameters of type CountTable Modifier and Type Method Description jakarta.xml.bind.JAXBElement<CountTable>ObjectFactory. createCountTable(CountTable value)jakarta.xml.bind.JAXBElement<CountTable>ObjectFactory. createNormalizedCountTable(CountTable value)VisitorActionVisitor. visit(CountTable countTable) -
Uses of CountTable in org.dmg.pmml.baseline
Methods in org.dmg.pmml.baseline that return CountTable Modifier and Type Method Description CountTableCountTable. addExtensions(Extension... extensions)CountTableCountTable. addFieldValueCounts(FieldValueCount... fieldValueCounts)CountTableCountTable. addFieldValues(FieldValue... fieldValues)CountTableObjectFactory. createCountTable()Create an instance ofCountTableCountTableBaseline. getCountTable()CountTableBaseline. getNormalizedCountTable()CountTableBaseline. requireCountTable()CountTableBaseline. requireNormalizedCountTable()CountTableCountTable. setSample(java.lang.Number sample)Methods in org.dmg.pmml.baseline with parameters of type CountTable Modifier and Type Method Description BaselineBaseline. setCountTable(CountTable countTable)BaselineBaseline. setNormalizedCountTable(CountTable normalizedCountTable)Constructors in org.dmg.pmml.baseline with parameters of type CountTable Constructor Description Baseline(ContinuousDistribution continuousDistribution, CountTable countTable, CountTable normalizedCountTable, java.util.List<FieldRef> fieldRefs) -
Uses of CountTable in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type CountTable Modifier and Type Method Description VisitorActionAbstractVisitor. visit(CountTable countTable)
-