public class TimeSeriesModel extends Model implements HasExtensions
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.dmg.org/PMML-4_2}Extension" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.dmg.org/PMML-4_2}MiningSchema"/>
<element ref="{http://www.dmg.org/PMML-4_2}Output" minOccurs="0"/>
<element ref="{http://www.dmg.org/PMML-4_2}ModelStats" minOccurs="0"/>
<element ref="{http://www.dmg.org/PMML-4_2}ModelExplanation" minOccurs="0"/>
<element ref="{http://www.dmg.org/PMML-4_2}LocalTransformations" minOccurs="0"/>
<element ref="{http://www.dmg.org/PMML-4_2}TimeSeries" maxOccurs="3" minOccurs="0"/>
<element ref="{http://www.dmg.org/PMML-4_2}SpectralAnalysis" minOccurs="0"/>
<element ref="{http://www.dmg.org/PMML-4_2}ARIMA" minOccurs="0"/>
<element ref="{http://www.dmg.org/PMML-4_2}ExponentialSmoothing" minOccurs="0"/>
<element ref="{http://www.dmg.org/PMML-4_2}SeasonalTrendDecomposition" minOccurs="0"/>
<element ref="{http://www.dmg.org/PMML-4_2}ModelVerification" minOccurs="0"/>
</sequence>
<attribute name="modelName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="functionName" use="required" type="{http://www.dmg.org/PMML-4_2}MINING-FUNCTION" />
<attribute name="algorithmName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="bestFit" use="required" type="{http://www.dmg.org/PMML-4_2}TIMESERIES-ALGORITHM" />
<attribute name="isScorable" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
TimeSeriesModel() |
TimeSeriesModel(MiningFunctionType functionName,
TimeSeriesAlgorithmType bestFit,
MiningSchema miningSchema) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
TimeSeriesModel |
addExtensions(Extension... extensions) |
TimeSeriesModel |
addTimeSeries(TimeSeries... timeSeries) |
String |
getAlgorithmName()
Gets the value of the algorithmName property.
|
ARIMA |
getARIMA()
Gets the value of the arima property.
|
TimeSeriesAlgorithmType |
getBestFit()
Gets the value of the bestFit property.
|
ExponentialSmoothing |
getExponentialSmoothing()
Gets the value of the exponentialSmoothing property.
|
List<Extension> |
getExtensions()
Gets the value of the extensions property.
|
MiningFunctionType |
getFunctionName()
Gets the value of the functionName property.
|
LocalTransformations |
getLocalTransformations()
Gets the value of the localTransformations property.
|
MiningSchema |
getMiningSchema()
Gets the value of the miningSchema property.
|
ModelExplanation |
getModelExplanation()
Gets the value of the modelExplanation property.
|
String |
getModelName()
Gets the value of the modelName property.
|
ModelStats |
getModelStats()
Gets the value of the modelStats property.
|
ModelVerification |
getModelVerification()
Gets the value of the modelVerification property.
|
Output |
getOutput()
Gets the value of the output property.
|
SeasonalTrendDecomposition |
getSeasonalTrendDecomposition()
Gets the value of the seasonalTrendDecomposition property.
|
SpectralAnalysis |
getSpectralAnalysis()
Gets the value of the spectralAnalysis property.
|
Targets |
getTargets()
Gets the value of the targets property.
|
List<TimeSeries> |
getTimeSeries()
Gets the value of the timeSeries property.
|
boolean |
hasExtensions() |
boolean |
hasTimeSeries() |
boolean |
isScorable()
Gets the value of the scorable property.
|
TimeSeriesModel |
setAlgorithmName(String algorithmName)
Sets the value of the algorithmName property.
|
TimeSeriesModel |
setARIMA(ARIMA arima)
Sets the value of the arima property.
|
TimeSeriesModel |
setBestFit(TimeSeriesAlgorithmType bestFit)
Sets the value of the bestFit property.
|
TimeSeriesModel |
setExponentialSmoothing(ExponentialSmoothing exponentialSmoothing)
Sets the value of the exponentialSmoothing property.
|
TimeSeriesModel |
setFunctionName(MiningFunctionType functionName)
Sets the value of the functionName property.
|
TimeSeriesModel |
setLocalTransformations(LocalTransformations localTransformations)
Sets the value of the localTransformations property.
|
TimeSeriesModel |
setMiningSchema(MiningSchema miningSchema)
Sets the value of the miningSchema property.
|
TimeSeriesModel |
setModelExplanation(ModelExplanation modelExplanation)
Sets the value of the modelExplanation property.
|
TimeSeriesModel |
setModelName(String modelName)
Sets the value of the modelName property.
|
TimeSeriesModel |
setModelStats(ModelStats modelStats)
Sets the value of the modelStats property.
|
TimeSeriesModel |
setModelVerification(ModelVerification modelVerification)
Sets the value of the modelVerification property.
|
TimeSeriesModel |
setOutput(Output output)
Sets the value of the output property.
|
TimeSeriesModel |
setScorable(Boolean scorable)
Sets the value of the scorable property.
|
TimeSeriesModel |
setSeasonalTrendDecomposition(SeasonalTrendDecomposition seasonalTrendDecomposition)
Sets the value of the seasonalTrendDecomposition property.
|
TimeSeriesModel |
setSpectralAnalysis(SpectralAnalysis spectralAnalysis)
Sets the value of the spectralAnalysis property.
|
TimeSeriesModel |
setTargets(Targets targets)
Sets the value of the targets property.
|
getLocator, setLocatorpublic TimeSeriesModel()
public TimeSeriesModel(MiningFunctionType functionName, TimeSeriesAlgorithmType bestFit, MiningSchema miningSchema)
public String getModelName()
getModelName in class ModelStringpublic TimeSeriesModel setModelName(String modelName)
setModelName in class ModelmodelName - allowed object is
Stringpublic MiningFunctionType getFunctionName()
getFunctionName in class ModelMiningFunctionTypepublic TimeSeriesModel setFunctionName(MiningFunctionType functionName)
setFunctionName in class ModelfunctionName - allowed object is
MiningFunctionTypepublic String getAlgorithmName()
getAlgorithmName in class ModelStringpublic TimeSeriesModel setAlgorithmName(String algorithmName)
setAlgorithmName in class ModelalgorithmName - allowed object is
Stringpublic TimeSeriesAlgorithmType getBestFit()
TimeSeriesAlgorithmTypepublic TimeSeriesModel setBestFit(TimeSeriesAlgorithmType bestFit)
bestFit - allowed object is
TimeSeriesAlgorithmTypepublic boolean isScorable()
isScorable in class ModelBooleanpublic TimeSeriesModel setScorable(Boolean scorable)
setScorable in class Modelscorable - allowed object is
Booleanpublic List<Extension> getExtensions()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the extensions property.
For example, to add a new item, do as follows:
getExtensions().add(newItem);
Objects of the following type(s) are allowed in the list
Extension
getExtensions in interface HasExtensionspublic MiningSchema getMiningSchema()
getMiningSchema in class ModelMiningSchemapublic TimeSeriesModel setMiningSchema(MiningSchema miningSchema)
setMiningSchema in class ModelminingSchema - allowed object is
MiningSchemapublic Output getOutput()
public TimeSeriesModel setOutput(Output output)
public ModelStats getModelStats()
getModelStats in class ModelModelStatspublic TimeSeriesModel setModelStats(ModelStats modelStats)
setModelStats in class ModelmodelStats - allowed object is
ModelStatspublic ModelExplanation getModelExplanation()
getModelExplanation in class ModelModelExplanationpublic TimeSeriesModel setModelExplanation(ModelExplanation modelExplanation)
setModelExplanation in class ModelmodelExplanation - allowed object is
ModelExplanationpublic LocalTransformations getLocalTransformations()
getLocalTransformations in class ModelLocalTransformationspublic TimeSeriesModel setLocalTransformations(LocalTransformations localTransformations)
setLocalTransformations in class ModellocalTransformations - allowed object is
LocalTransformationspublic List<TimeSeries> getTimeSeries()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the timeSeries property.
For example, to add a new item, do as follows:
getTimeSeries().add(newItem);
Objects of the following type(s) are allowed in the list
TimeSeries
public SpectralAnalysis getSpectralAnalysis()
SpectralAnalysispublic TimeSeriesModel setSpectralAnalysis(SpectralAnalysis spectralAnalysis)
spectralAnalysis - allowed object is
SpectralAnalysispublic ARIMA getARIMA()
ARIMApublic TimeSeriesModel setARIMA(ARIMA arima)
arima - allowed object is
ARIMApublic ExponentialSmoothing getExponentialSmoothing()
ExponentialSmoothingpublic TimeSeriesModel setExponentialSmoothing(ExponentialSmoothing exponentialSmoothing)
exponentialSmoothing - allowed object is
ExponentialSmoothingpublic SeasonalTrendDecomposition getSeasonalTrendDecomposition()
SeasonalTrendDecompositionpublic TimeSeriesModel setSeasonalTrendDecomposition(SeasonalTrendDecomposition seasonalTrendDecomposition)
seasonalTrendDecomposition - allowed object is
SeasonalTrendDecompositionpublic ModelVerification getModelVerification()
getModelVerification in class ModelModelVerificationpublic TimeSeriesModel setModelVerification(ModelVerification modelVerification)
setModelVerification in class ModelmodelVerification - allowed object is
ModelVerificationpublic boolean hasExtensions()
hasExtensions in interface HasExtensionspublic TimeSeriesModel addExtensions(Extension... extensions)
public boolean hasTimeSeries()
public TimeSeriesModel addTimeSeries(TimeSeries... timeSeries)
public Targets getTargets()
getTargets in class ModelUnsupportedOperationException - Always.public TimeSeriesModel setTargets(Targets targets)
setTargets in class ModelUnsupportedOperationException - Always.public VisitorAction accept(Visitor visitor)
Copyright © 2015 University of Tartu. All Rights Reserved.