public class DoubleTimeSeriesCollection extends TimeSeriesCollection<double[],Double,DoubleTimeSeriesCollection,DoubleTimeSeries> implements org.openimaj.io.ReadWriteableASCII
DoubleTimeSeries which may not be synchronised.timeSeriesHolder| Constructor and Description |
|---|
DoubleTimeSeriesCollection() |
| Modifier and Type | Method and Description |
|---|---|
String |
asciiHeader() |
Map<String,double[]> |
getData() |
void |
internalAssign(DoubleTimeSeriesCollection interpolate) |
DoubleTimeSeries |
internalNewInstance() |
DoubleTimeSeriesCollection |
newInstance() |
void |
readASCII(Scanner in) |
String |
toString() |
void |
writeASCII(PrintWriter out) |
addTimeSeries, allseries, collectionByNames, collectionByNames, convertInternal, convertInternal, get, get, get, get, getNames, getTimes, iterator, nSeries, processInternal, processInternalInplace, series, set, sizeconvert, convert, copy, get, internalAssign, process, processInplaceclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic DoubleTimeSeriesCollection()
public DoubleTimeSeries internalNewInstance()
internalNewInstance in class TimeSeriesCollection<double[],Double,DoubleTimeSeriesCollection,DoubleTimeSeries>public DoubleTimeSeriesCollection newInstance()
newInstance in class TimeSeries<Map<String,double[]>,Map<String,Double>,DoubleTimeSeriesCollection>public Map<String,double[]> getData()
getData in class TimeSeriesCollection<double[],Double,DoubleTimeSeriesCollection,DoubleTimeSeries>public void internalAssign(DoubleTimeSeriesCollection interpolate)
internalAssign in class TimeSeries<Map<String,double[]>,Map<String,Double>,DoubleTimeSeriesCollection>interpolate - assign this timeseries to the internal one, efforts should be
made to copy the data, not simply assign itpublic String toString()
toString in class TimeSeries<Map<String,double[]>,Map<String,Double>,DoubleTimeSeriesCollection>public void readASCII(Scanner in) throws IOException
readASCII in interface org.openimaj.io.ReadableASCIIIOExceptionpublic String asciiHeader()
asciiHeader in interface org.openimaj.io.ReadableASCIIasciiHeader in interface org.openimaj.io.WriteableASCIIpublic void writeASCII(PrintWriter out) throws IOException
writeASCII in interface org.openimaj.io.WriteableASCIIIOException