Package org.dmg.pmml.time_series
Class TrendCoefficients
- java.lang.Object
-
- org.dmg.pmml.PMMLObject
-
- org.dmg.pmml.time_series.TrendCoefficients
-
- All Implemented Interfaces:
java.io.Serializable,HasExtensions<TrendCoefficients>,HasLocator,Visitable
public class TrendCoefficients extends PMMLObject implements HasExtensions<TrendCoefficients>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TrendCoefficients()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VisitorActionaccept(Visitor visitor)TrendCoefficientsaddExtensions(Extension... extensions)java.util.List<Extension>getExtensions()RealSparseArraygetREALSparseArray()booleanhasExtensions()TrendCoefficientssetREALSparseArray(RealSparseArray realSparseArray)-
Methods inherited from class org.dmg.pmml.PMMLObject
getLocator, getSchemaVersion, getSchemaVersion, hasLocator, setLocator
-
-
-
-
Method Detail
-
hasExtensions
public boolean hasExtensions()
- Specified by:
hasExtensionsin interfaceHasExtensions<TrendCoefficients>
-
getExtensions
public java.util.List<Extension> getExtensions()
- Specified by:
getExtensionsin interfaceHasExtensions<TrendCoefficients>
-
addExtensions
public TrendCoefficients addExtensions(Extension... extensions)
- Specified by:
addExtensionsin interfaceHasExtensions<TrendCoefficients>
-
getREALSparseArray
public RealSparseArray getREALSparseArray()
-
setREALSparseArray
public TrendCoefficients setREALSparseArray(RealSparseArray realSparseArray)
-
accept
public VisitorAction accept(Visitor visitor)
-
-