Uses of Class
org.dmg.pmml.time_series.GARCH
-
Packages that use GARCH Package Description org.dmg.pmml org.dmg.pmml.time_series org.jpmml.model.visitors -
-
Uses of GARCH in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type GARCH Modifier and Type Method Description VisitorActionVisitor. visit(GARCH garch) -
Uses of GARCH in org.dmg.pmml.time_series
Methods in org.dmg.pmml.time_series that return GARCH Modifier and Type Method Description GARCHGARCH. addExtensions(Extension... extensions)GARCHObjectFactory. createGARCH()Create an instance ofGARCHGARCHTimeSeriesModel. getGARCH()GARCHTimeSeriesModel. requireGARCH()GARCHGARCH. setARMAPart(ARMAPart armaPart)GARCHGARCH. setGARCHPart(GARCHPart garchPart)Methods in org.dmg.pmml.time_series with parameters of type GARCH Modifier and Type Method Description TimeSeriesModelTimeSeriesModel. setGARCH(GARCH garch) -
Uses of GARCH in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type GARCH Modifier and Type Method Description VisitorActionAbstractVisitor. visit(GARCH garch)
-