Uses of Class
org.dmg.pmml.time_series.MA
-
Packages that use MA Package Description org.dmg.pmml org.dmg.pmml.time_series org.jpmml.model.visitors -
-
Uses of MA in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type MA Modifier and Type Method Description VisitorActionVisitor. visit(MA ma) -
Uses of MA in org.dmg.pmml.time_series
Methods in org.dmg.pmml.time_series that return MA Modifier and Type Method Description MAMA. addExtensions(Extension... extensions)MAObjectFactory. createMA()Create an instance ofMAMAARMAPart. getMA()MANonseasonalComponent. getMA()MASeasonalComponent. getMA()MAARMAPart. requireMA()MAHasRequiredMA. requireMA()MAMA. setMACoefficients(MACoefficients maCoefficients)MAMA. setResiduals(Residuals residuals)Methods in org.dmg.pmml.time_series with parameters of type MA Modifier and Type Method Description ARMAPartARMAPart. setMA(MA ma)NonseasonalComponentNonseasonalComponent. setMA(MA ma)SeasonalComponentSeasonalComponent. setMA(MA ma)Constructors in org.dmg.pmml.time_series with parameters of type MA Constructor Description ARMAPart(java.lang.Integer p, java.lang.Integer q, AR ar, MA ma) -
Uses of MA in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type MA Modifier and Type Method Description VisitorActionAbstractVisitor. visit(MA ma)
-