Uses of Class
org.dmg.pmml.time_series.ARIMA
-
Packages that use ARIMA Package Description org.dmg.pmml org.dmg.pmml.time_series org.jpmml.model.visitors -
-
Uses of ARIMA in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type ARIMA Modifier and Type Method Description VisitorActionVisitor. visit(ARIMA arima) -
Uses of ARIMA in org.dmg.pmml.time_series
Methods in org.dmg.pmml.time_series that return ARIMA Modifier and Type Method Description ARIMAARIMA. addDynamicRegressors(DynamicRegressor... dynamicRegressors)ARIMAARIMA. addExtensions(Extension... extensions)ARIMAARIMA. addOutlierEffects(OutlierEffect... outlierEffects)ARIMAObjectFactory. createARIMA()Create an instance ofARIMAARIMATimeSeriesModel. getARIMA()ARIMATimeSeriesModel. requireARIMA()ARIMAARIMA. setConstantTerm(java.lang.Number constantTerm)ARIMAARIMA. setMaximumLikelihoodStat(MaximumLikelihoodStat maximumLikelihoodStat)ARIMAARIMA. setNonseasonalComponent(NonseasonalComponent nonseasonalComponent)ARIMAARIMA. setPredictionMethod(ARIMA.PredictionMethod predictionMethod)ARIMAARIMA. setRMSE(java.lang.Number rmse)ARIMAARIMA. setSeasonalComponent(SeasonalComponent seasonalComponent)ARIMAARIMA. setTransformation(ARIMA.Transformation transformation)Methods in org.dmg.pmml.time_series with parameters of type ARIMA Modifier and Type Method Description TimeSeriesModelTimeSeriesModel. setARIMA(ARIMA arima) -
Uses of ARIMA in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type ARIMA Modifier and Type Method Description VisitorActionAbstractVisitor. visit(ARIMA arima)
-