Uses of Class
weka.core.pmml.jaxbbindings.DerivedField
Packages that use DerivedField
-
Uses of DerivedField in weka.core.pmml.jaxbbindings
Methods in weka.core.pmml.jaxbbindings that return DerivedFieldModifier and TypeMethodDescriptionObjectFactory.createDerivedField()Create an instance ofDerivedFieldBayesInput.getDerivedField()Gets the value of the derivedField property.NeuralInput.getDerivedField()Gets the value of the derivedField property.NeuralOutput.getDerivedField()Gets the value of the derivedField property.Methods in weka.core.pmml.jaxbbindings that return types with arguments of type DerivedFieldModifier and TypeMethodDescriptionLocalTransformations.getDerivedField()Gets the value of the derivedField property.TransformationDictionary.getDerivedField()Gets the value of the derivedField property.Methods in weka.core.pmml.jaxbbindings with parameters of type DerivedFieldModifier and TypeMethodDescriptionvoidLocalTransformations.addDerivedField(DerivedField field) voidTransformationDictionary.addDerivedField(DerivedField field) voidBayesInput.setDerivedField(DerivedField value) Sets the value of the derivedField property.voidNeuralInput.setDerivedField(DerivedField value) Sets the value of the derivedField property.voidNeuralOutput.setDerivedField(DerivedField value) Sets the value of the derivedField property.