Uses of Class
weka.core.pmml.jaxbbindings.DerivedField
-
Uses of DerivedField in weka.core.pmml.jaxbbindings
Modifier 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.Modifier and TypeMethodDescriptionLocalTransformations.getDerivedField()
Gets the value of the derivedField property.TransformationDictionary.getDerivedField()
Gets the value of the derivedField property.Modifier 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.