Package | Description |
---|---|
org.datavec.api.timeseries.util |
Modifier and Type | Method and Description |
---|---|
static TimeSeriesWritableUtils.RecordDetails |
TimeSeriesWritableUtils.getDetails(List<List<List<Writable>>> record)
Get the
TimeSeriesWritableUtils.RecordDetails
detailing the length of the time series |
Modifier and Type | Method and Description |
---|---|
static Pair<INDArray,INDArray> |
TimeSeriesWritableUtils.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)
|
Copyright © 2020. All rights reserved.