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 ofFieldRefDefineFunction.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 TypeMethodDescriptionvoidDefineFunction.setFieldRef(FieldRef value) Sets the value of the fieldRef property.voidDerivedField.setFieldRef(FieldRef value) Sets the value of the fieldRef property.voidOutputField.setFieldRef(FieldRef value) Sets the value of the fieldRef property.