Uses of Class
org.dmg.pmml.regression.Term
-
Packages that use Term Package Description org.dmg.pmml org.dmg.pmml.regression org.jpmml.model.visitors -
-
Uses of Term in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type Term Modifier and Type Method Description VisitorActionVisitor. visit(Term term) -
Uses of Term in org.dmg.pmml.regression
Subclasses of Term in org.dmg.pmml.regression Modifier and Type Class Description classCategoricalPredictorclassNumericPredictorclassPredictorTermMethods in org.dmg.pmml.regression that return Term Modifier and Type Method Description abstract TermTerm. setCoefficient(java.lang.Number coefficient) -
Uses of Term in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type Term Modifier and Type Method Description VisitorActionAbstractVisitor. visit(Term term)
-