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_3}Extension" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.dmg.org/PMML-4_3}MiningSchema"/>
<element ref="{http://www.dmg.org/PMML-4_3}Output" minOccurs="0"/>
<element ref="{http://www.dmg.org/PMML-4_3}ModelStats" minOccurs="0"/>
<element ref="{http://www.dmg.org/PMML-4_3}ModelExplanation" minOccurs="0"/>
<element ref="{http://www.dmg.org/PMML-4_3}LocalTransformations" minOccurs="0"/>
<element ref="{http://www.dmg.org/PMML-4_3}TimeSeries" maxOccurs="3" minOccurs="0"/>
<element ref="{http://www.dmg.org/PMML-4_3}SpectralAnalysis" minOccurs="0"/>
<element ref="{http://www.dmg.org/PMML-4_3}ARIMA" minOccurs="0"/>
<element ref="{http://www.dmg.org/PMML-4_3}ExponentialSmoothing" minOccurs="0"/>
<element ref="{http://www.dmg.org/PMML-4_3}SeasonalTrendDecomposition" minOccurs="0"/>
<element ref="{http://www.dmg.org/PMML-4_3}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_3}MINING-FUNCTION" />
<attribute name="algorithmName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="bestFit" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="ARIMA"/>
<enumeration value="ExponentialSmoothing"/>
<enumeration value="SeasonalTrendDecomposition"/>
<enumeration value="SpectralAnalysis"/>
</restriction>
</simpleType>
</attribute>
<attribute name="isScorable" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
TimeSeriesModel.Algorithm
Java class for null.
|
| Constructor and Description |
|---|
TimeSeriesModel() |
TimeSeriesModel(MiningFunction miningFunction,
TimeSeriesModel.Algorithm 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.
|
TimeSeriesModel.Algorithm |
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.
|
LocalTransformations |
getLocalTransformations()
Gets the value of the localTransformations property.
|
MiningFunction |
getMiningFunction()
Gets the value of the miningFunction 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.
|
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(TimeSeriesModel.Algorithm bestFit)
Sets the value of the bestFit property.
|
TimeSeriesModel |
setExponentialSmoothing(ExponentialSmoothing exponentialSmoothing)
Sets the value of the exponentialSmoothing property.
|
TimeSeriesModel |
setLocalTransformations(LocalTransformations localTransformations)
Sets the value of the localTransformations property.
|
TimeSeriesModel |
setMiningFunction(MiningFunction miningFunction)
Sets the value of the miningFunction 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.
|
getTargets, setTargetsgetLocator, setLocator, traverse, traverse, traverse, traverse, traverseMixedpublic TimeSeriesModel()
public TimeSeriesModel(MiningFunction miningFunction, TimeSeriesModel.Algorithm bestFit, MiningSchema miningSchema)
public String getModelName()
getModelName in class ModelStringpublic TimeSeriesModel setModelName(String modelName)
setModelName in class ModelmodelName - allowed object is
Stringpublic MiningFunction getMiningFunction()
getMiningFunction in class ModelMiningFunctionpublic TimeSeriesModel setMiningFunction(MiningFunction miningFunction)
setMiningFunction in class ModelminingFunction - allowed object is
MiningFunctionpublic String getAlgorithmName()
getAlgorithmName in class ModelStringpublic TimeSeriesModel setAlgorithmName(String algorithmName)
setAlgorithmName in class ModelalgorithmName - allowed object is
Stringpublic TimeSeriesModel.Algorithm getBestFit()
TimeSeriesModel.Algorithmpublic TimeSeriesModel setBestFit(TimeSeriesModel.Algorithm bestFit)
bestFit - allowed object is
TimeSeriesModel.Algorithmpublic 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 VisitorAction accept(Visitor visitor)
Copyright © 2016 University of Tartu. All rights reserved.