Uses of Class
org.dmg.pmml.time_series.TrendCoefficients
-
Packages that use TrendCoefficients Package Description org.dmg.pmml org.dmg.pmml.time_series org.jpmml.model.visitors -
-
Uses of TrendCoefficients in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type TrendCoefficients Modifier and Type Method Description VisitorActionVisitor. visit(TrendCoefficients trendCoefficients) -
Uses of TrendCoefficients in org.dmg.pmml.time_series
Methods in org.dmg.pmml.time_series that return TrendCoefficients Modifier and Type Method Description TrendCoefficientsTrendCoefficients. addExtensions(Extension... extensions)TrendCoefficientsObjectFactory. createTrendCoefficients()Create an instance ofTrendCoefficientsTrendCoefficientsRegressorValues. getTrendCoefficients()TrendCoefficientsTrendCoefficients. setREALSparseArray(RealSparseArray realSparseArray)Methods in org.dmg.pmml.time_series with parameters of type TrendCoefficients Modifier and Type Method Description RegressorValuesRegressorValues. setTrendCoefficients(TrendCoefficients trendCoefficients) -
Uses of TrendCoefficients in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type TrendCoefficients Modifier and Type Method Description VisitorActionAbstractVisitor. visit(TrendCoefficients trendCoefficients)
-