Uses of Class
org.dmg.pmml.FieldRef
-
Packages that use FieldRef Package Description org.dmg.pmml org.dmg.pmml.baseline org.dmg.pmml.regression org.jpmml.model.visitors -
-
Uses of FieldRef in org.dmg.pmml
Methods in org.dmg.pmml that return FieldRef Modifier and Type Method Description FieldRefFieldRef. addExtensions(Extension... extensions)FieldRefObjectFactory. createFieldRef()Create an instance ofFieldRefFieldRefFieldRef. setField(java.lang.String field)FieldRefFieldRef. setMapMissingTo(java.lang.Object mapMissingTo)Methods in org.dmg.pmml with parameters of type FieldRef Modifier and Type Method Description VisitorActionVisitor. visit(FieldRef fieldRef) -
Uses of FieldRef in org.dmg.pmml.baseline
Methods in org.dmg.pmml.baseline that return types with arguments of type FieldRef Modifier and Type Method Description java.util.List<FieldRef>Baseline. getFieldRefs()java.util.List<FieldRef>Baseline. requireFieldRefs()Methods in org.dmg.pmml.baseline with parameters of type FieldRef Modifier and Type Method Description BaselineBaseline. addFieldRefs(FieldRef... fieldRefs)Constructor parameters in org.dmg.pmml.baseline with type arguments of type FieldRef Constructor Description Baseline(ContinuousDistribution continuousDistribution, CountTable countTable, CountTable normalizedCountTable, java.util.List<FieldRef> fieldRefs) -
Uses of FieldRef in org.dmg.pmml.regression
Methods in org.dmg.pmml.regression that return types with arguments of type FieldRef Modifier and Type Method Description java.util.List<FieldRef>PredictorTerm. getFieldRefs()java.util.List<FieldRef>PredictorTerm. requireFieldRefs()Methods in org.dmg.pmml.regression with parameters of type FieldRef Modifier and Type Method Description PredictorTermPredictorTerm. addFieldRefs(FieldRef... fieldRefs)Constructor parameters in org.dmg.pmml.regression with type arguments of type FieldRef Constructor Description PredictorTerm(java.lang.Number coefficient, java.util.List<FieldRef> fieldRefs) -
Uses of FieldRef in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type FieldRef Modifier and Type Method Description VisitorActionAbstractVisitor. visit(FieldRef fieldRef)VisitorActionActiveFieldFinder. visit(FieldRef fieldRef)
-