Uses of Class
org.dmg.pmml.general_regression.FactorList
-
Packages that use FactorList Package Description org.dmg.pmml org.dmg.pmml.general_regression org.jpmml.model.visitors -
-
Uses of FactorList in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type FactorList Modifier and Type Method Description VisitorActionVisitor. visit(FactorList factorList) -
Uses of FactorList in org.dmg.pmml.general_regression
Methods in org.dmg.pmml.general_regression that return FactorList Modifier and Type Method Description FactorListFactorList. addExtensions(Extension... extensions)FactorListFactorList. addPredictors(Predictor... predictors)FactorListObjectFactory. createFactorList()Create an instance ofFactorListFactorListGeneralRegressionModel. getFactorList()Methods in org.dmg.pmml.general_regression with parameters of type FactorList Modifier and Type Method Description GeneralRegressionModelGeneralRegressionModel. setFactorList(FactorList factorList) -
Uses of FactorList in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type FactorList Modifier and Type Method Description VisitorActionAbstractVisitor. visit(FactorList factorList)
-