| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.dmg.pmml.time_series | |
| org.jpmml.model.visitors |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
Visitor.visit(TimeValue timeValue) |
| Modifier and Type | Method and Description |
|---|---|
TimeValue |
ObjectFactory.createTimeValue()
Create an instance of
TimeValue |
TimeValue |
TimeValue.setIndex(Integer index) |
TimeValue |
TimeValue.setStandardError(Number standardError) |
TimeValue |
TimeValue.setTime(Number time) |
TimeValue |
TimeValue.setTimestamp(Timestamp timestamp) |
TimeValue |
TimeValue.setValue(Number value) |
| Modifier and Type | Method and Description |
|---|---|
List<TimeValue> |
ExponentialSmoothing.getTimeValues() |
List<TimeValue> |
TimeSeries.getTimeValues() |
List<TimeValue> |
TimeSeries.requireTimeValues() |
| Modifier and Type | Method and Description |
|---|---|
ExponentialSmoothing |
ExponentialSmoothing.addTimeValues(TimeValue... timeValues) |
TimeSeries |
TimeSeries.addTimeValues(TimeValue... timeValues) |
| Constructor and Description |
|---|
TimeSeries(List<TimeValue> timeValues) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractVisitor.visit(TimeValue timeValue) |
Copyright © 2022. All rights reserved.