public class TimeSeriesWritableUtils extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TimeSeriesWritableUtils.RecordDetails |
static class |
TimeSeriesWritableUtils.ZeroLengthSequenceException
Unchecked exception, thrown to signify that a zero-length sequence data set was encountered.
|
Constructor and Description |
---|
TimeSeriesWritableUtils() |
Modifier and Type | Method and Description |
---|---|
static Pair<INDArray,INDArray> |
convertWritablesSequence(List<List<List<Writable>>> timeSeriesRecord)
Convert the writables
to a sequence (3d) data set,
and also return the
mask array (if necessary)
|
static Pair<INDArray,INDArray> |
convertWritablesSequence(List<List<List<Writable>>> list,
TimeSeriesWritableUtils.RecordDetails details)
Convert the writables
to a sequence (3d) data set,
and also return the
mask array (if necessary)
|
static TimeSeriesWritableUtils.RecordDetails |
getDetails(List<List<List<Writable>>> record)
Get the
TimeSeriesWritableUtils.RecordDetails
detailing the length of the time series |
public static TimeSeriesWritableUtils.RecordDetails getDetails(List<List<List<Writable>>> record)
TimeSeriesWritableUtils.RecordDetails
detailing the length of the time seriesrecord
- the input time series
to get the details forpublic static Pair<INDArray,INDArray> convertWritablesSequence(List<List<List<Writable>>> timeSeriesRecord)
timeSeriesRecord
- the input time seriesCopyright © 2020. All rights reserved.