Uses of Class
weka.core.pmml.jaxbbindings.COUNTTABLETYPE
Packages that use COUNTTABLETYPE
-
Uses of COUNTTABLETYPE in weka.core.pmml.jaxbbindings
Methods in weka.core.pmml.jaxbbindings that return COUNTTABLETYPEModifier and TypeMethodDescriptionObjectFactory.createCOUNTTABLETYPE()Create an instance ofCOUNTTABLETYPEBaseline.getCountTable()Gets the value of the countTable property.Baseline.getNormalizedCountTable()Gets the value of the normalizedCountTable property.Methods in weka.core.pmml.jaxbbindings that return types with arguments of type COUNTTABLETYPEModifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<COUNTTABLETYPE>ObjectFactory.createCountTable(COUNTTABLETYPE value) javax.xml.bind.JAXBElement<COUNTTABLETYPE>ObjectFactory.createNormalizedCountTable(COUNTTABLETYPE value) Methods in weka.core.pmml.jaxbbindings with parameters of type COUNTTABLETYPEModifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<COUNTTABLETYPE>ObjectFactory.createCountTable(COUNTTABLETYPE value) javax.xml.bind.JAXBElement<COUNTTABLETYPE>ObjectFactory.createNormalizedCountTable(COUNTTABLETYPE value) voidBaseline.setCountTable(COUNTTABLETYPE value) Sets the value of the countTable property.voidBaseline.setNormalizedCountTable(COUNTTABLETYPE value) Sets the value of the normalizedCountTable property.