Uses of Class
org.dmg.pmml.time_series.ARMAPart
-
Packages that use ARMAPart Package Description org.dmg.pmml org.dmg.pmml.time_series org.jpmml.model.visitors -
-
Uses of ARMAPart in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type ARMAPart Modifier and Type Method Description VisitorActionVisitor. visit(ARMAPart armaPart) -
Uses of ARMAPart in org.dmg.pmml.time_series
Methods in org.dmg.pmml.time_series that return ARMAPart Modifier and Type Method Description ARMAPartARMAPart. addExtensions(Extension... extensions)ARMAPartObjectFactory. createARMAPart()Create an instance ofARMAPartARMAPartGARCH. getARMAPart()ARMAPartGARCH. requireARMAPart()ARMAPartARMAPart. setAR(AR ar)ARMAPartARMAPart. setConstant(java.lang.Number constant)ARMAPartARMAPart. setMA(MA ma)ARMAPartARMAPart. setP(java.lang.Integer p)ARMAPartARMAPart. setQ(java.lang.Integer q)Methods in org.dmg.pmml.time_series with parameters of type ARMAPart Modifier and Type Method Description GARCHGARCH. setARMAPart(ARMAPart armaPart)Constructors in org.dmg.pmml.time_series with parameters of type ARMAPart Constructor Description GARCH(ARMAPart armaPart, GARCHPart garchPart) -
Uses of ARMAPart in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type ARMAPart Modifier and Type Method Description VisitorActionAbstractVisitor. visit(ARMAPart armaPart)
-