Uses of Class
weka.core.pmml.jaxbbindings.MapValues
Packages that use MapValues
-
Uses of MapValues in weka.core.pmml.jaxbbindings
Methods in weka.core.pmml.jaxbbindings that return MapValuesModifier and TypeMethodDescriptionObjectFactory.createMapValues()Create an instance ofMapValuesDefineFunction.getMapValues()Gets the value of the mapValues property.DerivedField.getMapValues()Gets the value of the mapValues property.OutputField.getMapValues()Gets the value of the mapValues property.Methods in weka.core.pmml.jaxbbindings with parameters of type MapValuesModifier and TypeMethodDescriptionvoidDefineFunction.setMapValues(MapValues value) Sets the value of the mapValues property.voidDerivedField.setMapValues(MapValues value) Sets the value of the mapValues property.voidOutputField.setMapValues(MapValues value) Sets the value of the mapValues property.