Uses of Class
weka.core.pmml.jaxbbindings.FieldRef
Packages that use FieldRef
-
Uses of FieldRef in weka.core.pmml.jaxbbindings
Methods in weka.core.pmml.jaxbbindings that return FieldRefModifier and TypeMethodDescriptionObjectFactory.createFieldRef()
Create an instance ofFieldRef
DefineFunction.getFieldRef()
Gets the value of the fieldRef property.DerivedField.getFieldRef()
Gets the value of the fieldRef property.OutputField.getFieldRef()
Gets the value of the fieldRef property.Methods in weka.core.pmml.jaxbbindings that return types with arguments of type FieldRefModifier and TypeMethodDescriptionBaseline.getFieldRef()
Gets the value of the fieldRef property.PredictorTerm.getFieldRef()
Gets the value of the fieldRef property.VectorFields.getFieldRef()
Gets the value of the fieldRef property.Methods in weka.core.pmml.jaxbbindings with parameters of type FieldRefModifier and TypeMethodDescriptionvoid
DefineFunction.setFieldRef
(FieldRef value) Sets the value of the fieldRef property.void
DerivedField.setFieldRef
(FieldRef value) Sets the value of the fieldRef property.void
OutputField.setFieldRef
(FieldRef value) Sets the value of the fieldRef property.