| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.jpmml.model.visitors |
| Modifier and Type | Method and Description |
|---|---|
TimeValue |
ObjectFactory.createTimeValue()
Create an instance of
TimeValue |
TimeValue |
TimeValue.setIndex(Integer index)
Sets the value of the index property.
|
TimeValue |
TimeValue.setStandardError(Double standardError)
Sets the value of the standardError property.
|
TimeValue |
TimeValue.setTime(Double time)
Sets the value of the time property.
|
TimeValue |
TimeValue.setTimestamp(Timestamp timestamp)
Sets the value of the timestamp property.
|
TimeValue |
TimeValue.setValue(double value)
Sets the value of the value property.
|
| Modifier and Type | Method and Description |
|---|---|
List<TimeValue> |
TimeSeries.getTimeValues()
Gets the value of the timeValues property.
|
List<TimeValue> |
ExponentialSmoothing.getTimeValues()
Gets the value of the timeValues property.
|
| Modifier and Type | Method and Description |
|---|---|
TimeSeries |
TimeSeries.addTimeValues(TimeValue... timeValues) |
ExponentialSmoothing |
ExponentialSmoothing.addTimeValues(TimeValue... timeValues) |
VisitorAction |
Visitor.visit(TimeValue timeValue) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractSimpleVisitor.visit(TimeValue timeValue) |
VisitorAction |
AbstractVisitor.visit(TimeValue timeValue) |
Copyright © 2015 University of Tartu. All Rights Reserved.