Package org.dmg.pmml.general_regression
Class CovariateList
- java.lang.Object
-
- org.dmg.pmml.PMMLObject
-
- org.dmg.pmml.general_regression.PredictorList
-
- org.dmg.pmml.general_regression.CovariateList
-
- All Implemented Interfaces:
java.io.Serializable,HasExtensions<CovariateList>,HasLocator,Visitable
public class CovariateList extends PredictorList implements HasExtensions<CovariateList>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CovariateList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VisitorActionaccept(Visitor visitor)CovariateListaddExtensions(Extension... extensions)CovariateListaddPredictors(Predictor... predictors)java.util.List<Extension>getExtensions()java.util.List<Predictor>getPredictors()booleanhasExtensions()booleanhasPredictors()-
Methods inherited from class org.dmg.pmml.PMMLObject
getLocator, getSchemaVersion, getSchemaVersion, hasLocator, setLocator
-
-
-
-
Method Detail
-
hasExtensions
public boolean hasExtensions()
- Specified by:
hasExtensionsin interfaceHasExtensions<CovariateList>
-
getExtensions
public java.util.List<Extension> getExtensions()
- Specified by:
getExtensionsin interfaceHasExtensions<CovariateList>
-
addExtensions
public CovariateList addExtensions(Extension... extensions)
- Specified by:
addExtensionsin interfaceHasExtensions<CovariateList>
-
hasPredictors
public boolean hasPredictors()
- Specified by:
hasPredictorsin classPredictorList
-
getPredictors
public java.util.List<Predictor> getPredictors()
- Specified by:
getPredictorsin classPredictorList
-
addPredictors
public CovariateList addPredictors(Predictor... predictors)
- Specified by:
addPredictorsin classPredictorList
-
accept
public VisitorAction accept(Visitor visitor)
-
-