Uses of Class
org.dmg.pmml.general_regression.CovariateList
-
Packages that use CovariateList Package Description org.dmg.pmml org.dmg.pmml.general_regression org.jpmml.model.visitors -
-
Uses of CovariateList in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type CovariateList Modifier and Type Method Description VisitorActionVisitor. visit(CovariateList covariateList) -
Uses of CovariateList in org.dmg.pmml.general_regression
Methods in org.dmg.pmml.general_regression that return CovariateList Modifier and Type Method Description CovariateListCovariateList. addExtensions(Extension... extensions)CovariateListCovariateList. addPredictors(Predictor... predictors)CovariateListObjectFactory. createCovariateList()Create an instance ofCovariateListCovariateListGeneralRegressionModel. getCovariateList()Methods in org.dmg.pmml.general_regression with parameters of type CovariateList Modifier and Type Method Description GeneralRegressionModelGeneralRegressionModel. setCovariateList(CovariateList covariateList) -
Uses of CovariateList in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type CovariateList Modifier and Type Method Description VisitorActionAbstractVisitor. visit(CovariateList covariateList)
-