Uses of Class
weka.core.pmml.jaxbbindings.NumericInfo
Packages that use NumericInfo
-
Uses of NumericInfo in weka.core.pmml.jaxbbindings
Methods in weka.core.pmml.jaxbbindings that return NumericInfoModifier and TypeMethodDescriptionObjectFactory.createNumericInfo()
Create an instance ofNumericInfo
PartitionFieldStats.getNumericInfo()
Gets the value of the numericInfo property.UnivariateStats.getNumericInfo()
Gets the value of the numericInfo property.Methods in weka.core.pmml.jaxbbindings with parameters of type NumericInfoModifier and TypeMethodDescriptionvoid
PartitionFieldStats.setNumericInfo
(NumericInfo value) Sets the value of the numericInfo property.void
UnivariateStats.setNumericInfo
(NumericInfo value) Sets the value of the numericInfo property.