Uses of Class
org.dmg.pmml.time_series.MACoefficients
-
Packages that use MACoefficients Package Description org.dmg.pmml org.dmg.pmml.time_series org.jpmml.model.visitors -
-
Uses of MACoefficients in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type MACoefficients Modifier and Type Method Description VisitorActionVisitor. visit(MACoefficients maCoefficients) -
Uses of MACoefficients in org.dmg.pmml.time_series
Methods in org.dmg.pmml.time_series that return MACoefficients Modifier and Type Method Description MACoefficientsMACoefficients. addExtensions(Extension... extensions)MACoefficientsObjectFactory. createMACoefficients()Create an instance ofMACoefficientsMACoefficientsMA. getMACoefficients()MACoefficientsResidualSquareCoefficients. getMACoefficients()MACoefficientsVarianceCoefficients. getMACoefficients()MACoefficientsMACoefficients. setArray(Array array)Methods in org.dmg.pmml.time_series with parameters of type MACoefficients Modifier and Type Method Description MAMA. setMACoefficients(MACoefficients maCoefficients)ResidualSquareCoefficientsResidualSquareCoefficients. setMACoefficients(MACoefficients maCoefficients)VarianceCoefficientsVarianceCoefficients. setMACoefficients(MACoefficients maCoefficients) -
Uses of MACoefficients in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type MACoefficients Modifier and Type Method Description VisitorActionAbstractVisitor. visit(MACoefficients maCoefficients)
-