public class UnivariateTimeSeriesUtils
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static Matrix |
toMatrix(TimeSeries<?,?> ts)
Cast a time series into a column matrix, discarding the timestamps.
|
static Vector |
toVector(TimeSeries<?,?> ts)
Cast a time series into a vector, discarding the timestamps.
|
public static Vector toVector(TimeSeries<?,?> ts)
ts - a time seriespublic static Matrix toMatrix(TimeSeries<?,?> ts)
ts - a time series