| Package | Description |
|---|---|
| org.dmg.pmml |
| Modifier and Type | Field and Description |
|---|---|
protected List<TimeValue> |
TimeSeries.timeValues |
protected List<TimeValue> |
ExponentialSmoothing.timeValues |
| Modifier and Type | Method and Description |
|---|---|
TimeValue |
ObjectFactory.createTimeValue()
Create an instance of
TimeValue |
TimeValue |
TimeValue.withIndex(Integer value) |
TimeValue |
TimeValue.withStandardError(Double value) |
TimeValue |
TimeValue.withTime(Double value) |
TimeValue |
TimeValue.withTimestamp(Timestamp value) |
TimeValue |
TimeValue.withValue(double value) |
| 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 |
|---|---|
VisitorAction |
AbstractSimpleVisitor.visit(TimeValue timeValue) |
VisitorAction |
AbstractVisitor.visit(TimeValue timeValue) |
VisitorAction |
Visitor.visit(TimeValue timeValue) |
TimeSeries |
TimeSeries.withTimeValues(TimeValue... values) |
ExponentialSmoothing |
ExponentialSmoothing.withTimeValues(TimeValue... values) |
| Modifier and Type | Method and Description |
|---|---|
TimeSeries |
TimeSeries.withTimeValues(Collection<TimeValue> values) |
ExponentialSmoothing |
ExponentialSmoothing.withTimeValues(Collection<TimeValue> values) |
Copyright © 2014 University of Tartu. All Rights Reserved.