Uses of Class
org.dmg.pmml.time_series.TimeValue
-
Packages that use TimeValue Package Description org.dmg.pmml org.dmg.pmml.time_series org.jpmml.model.visitors -
-
Uses of TimeValue in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type TimeValue Modifier and Type Method Description VisitorActionVisitor. visit(TimeValue timeValue) -
Uses of TimeValue in org.dmg.pmml.time_series
Methods in org.dmg.pmml.time_series that return TimeValue Modifier and Type Method Description TimeValueObjectFactory. createTimeValue()Create an instance ofTimeValueTimeValueTimeValue. setIndex(java.lang.Integer index)TimeValueTimeValue. setStandardError(java.lang.Number standardError)TimeValueTimeValue. setTime(java.lang.Number time)TimeValueTimeValue. setTimestamp(Timestamp timestamp)TimeValueTimeValue. setValue(java.lang.Number value)Methods in org.dmg.pmml.time_series that return types with arguments of type TimeValue Modifier and Type Method Description java.util.List<TimeValue>ExponentialSmoothing. getTimeValues()java.util.List<TimeValue>TimeSeries. getTimeValues()java.util.List<TimeValue>TimeSeries. requireTimeValues()Methods in org.dmg.pmml.time_series with parameters of type TimeValue Modifier and Type Method Description ExponentialSmoothingExponentialSmoothing. addTimeValues(TimeValue... timeValues)TimeSeriesTimeSeries. addTimeValues(TimeValue... timeValues)Constructor parameters in org.dmg.pmml.time_series with type arguments of type TimeValue Constructor Description TimeSeries(java.util.List<TimeValue> timeValues) -
Uses of TimeValue in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type TimeValue Modifier and Type Method Description VisitorActionAbstractVisitor. visit(TimeValue timeValue)
-