Uses of Class
org.dmg.pmml.time_series.AR
-
Packages that use AR Package Description org.dmg.pmml org.dmg.pmml.time_series org.jpmml.model.visitors -
-
Uses of AR in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type AR Modifier and Type Method Description VisitorActionVisitor. visit(AR ar) -
Uses of AR in org.dmg.pmml.time_series
Methods in org.dmg.pmml.time_series that return AR Modifier and Type Method Description ARAR. addExtensions(Extension... extensions)ARObjectFactory. createAR()Create an instance ofARARARMAPart. getAR()ARHasAR. getAR()ARNonseasonalComponent. getAR()ARSeasonalComponent. getAR()ARARMAPart. requireAR()ARHasRequiredAR. requireAR()ARAR. setArray(Array array)Methods in org.dmg.pmml.time_series with parameters of type AR Modifier and Type Method Description ARMAPartARMAPart. setAR(AR ar)EHasAR. setAR(AR ar)NonseasonalComponentNonseasonalComponent. setAR(AR ar)SeasonalComponentSeasonalComponent. setAR(AR ar)Constructors in org.dmg.pmml.time_series with parameters of type AR Constructor Description ARMAPart(java.lang.Integer p, java.lang.Integer q, AR ar, MA ma) -
Uses of AR in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type AR Modifier and Type Method Description VisitorActionAbstractVisitor. visit(AR ar)
-