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 ofDerivedField
BayesInput.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 TypeMethodDescriptionvoid
LocalTransformations.addDerivedField
(DerivedField field) void
TransformationDictionary.addDerivedField
(DerivedField field) void
BayesInput.setDerivedField
(DerivedField value) Sets the value of the derivedField property.void
NeuralInput.setDerivedField
(DerivedField value) Sets the value of the derivedField property.void
NeuralOutput.setDerivedField
(DerivedField value) Sets the value of the derivedField property.