Uses of Class
org.dmg.pmml.regression.PredictorTerm
-
Packages that use PredictorTerm Package Description org.dmg.pmml org.dmg.pmml.regression org.jpmml.model.visitors -
-
Uses of PredictorTerm in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type PredictorTerm Modifier and Type Method Description VisitorActionVisitor. visit(PredictorTerm predictorTerm) -
Uses of PredictorTerm in org.dmg.pmml.regression
Methods in org.dmg.pmml.regression that return PredictorTerm Modifier and Type Method Description PredictorTermPredictorTerm. addExtensions(Extension... extensions)PredictorTermPredictorTerm. addFieldRefs(FieldRef... fieldRefs)PredictorTermObjectFactory. createPredictorTerm()Create an instance ofPredictorTermPredictorTermPredictorTerm. setCoefficient(java.lang.Number coefficient)PredictorTermPredictorTerm. setName(java.lang.String name)Methods in org.dmg.pmml.regression that return types with arguments of type PredictorTerm Modifier and Type Method Description java.util.List<PredictorTerm>RegressionTable. getPredictorTerms()Methods in org.dmg.pmml.regression with parameters of type PredictorTerm Modifier and Type Method Description RegressionTableRegressionTable. addPredictorTerms(PredictorTerm... predictorTerms) -
Uses of PredictorTerm in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type PredictorTerm Modifier and Type Method Description VisitorActionAbstractVisitor. visit(PredictorTerm predictorTerm)
-