public class WordDFIDFTimeSeriesCollection extends TimeSeriesCollection<WordDFIDF[],WordDFIDF,WordDFIDFTimeSeriesCollection,WordDFIDFTimeSeries> implements ReadWriteableASCII
WordDFIDFTimeSeries
instancestimeSeriesHolder
Constructor and Description |
---|
WordDFIDFTimeSeriesCollection() |
Modifier and Type | Method and Description |
---|---|
String |
asciiHeader()
Header for ascii input.
|
void |
internalAssign(WordDFIDFTimeSeriesCollection interpolate) |
WordDFIDFTimeSeries |
internalNewInstance() |
WordDFIDFTimeSeriesCollection |
newInstance() |
void |
readASCII(Scanner in)
Read internal state from in.
|
String |
toString() |
void |
writeASCII(PrintWriter out)
Write the content of this as ascii to out.
|
addTimeSeries, allseries, collectionByNames, collectionByNames, convertInternal, convertInternal, get, get, get, get, getData, getNames, getTimes, iterator, nSeries, processInternal, processInternalInplace, series, set, size
convert, convert, copy, get, internalAssign, process, processInplace
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public WordDFIDFTimeSeriesCollection()
public WordDFIDFTimeSeries internalNewInstance()
internalNewInstance
in class TimeSeriesCollection<WordDFIDF[],WordDFIDF,WordDFIDFTimeSeriesCollection,WordDFIDFTimeSeries>
public WordDFIDFTimeSeriesCollection newInstance()
newInstance
in class TimeSeries<Map<String,WordDFIDF[]>,Map<String,WordDFIDF>,WordDFIDFTimeSeriesCollection>
public void internalAssign(WordDFIDFTimeSeriesCollection interpolate)
internalAssign
in class TimeSeries<Map<String,WordDFIDF[]>,Map<String,WordDFIDF>,WordDFIDFTimeSeriesCollection>
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,WordDFIDF[]>,Map<String,WordDFIDF>,WordDFIDFTimeSeriesCollection>
public void readASCII(Scanner in) throws IOException
ReadableASCII
readASCII
in interface ReadableASCII
in
- source to read from.IOException
- an error reading inputpublic String asciiHeader()
ReadableASCII
asciiHeader
in interface ReadableASCII
asciiHeader
in interface WriteableASCII
public void writeASCII(PrintWriter out) throws IOException
WriteableASCII
writeASCII
in interface WriteableASCII
out
- sink to write toIOException
- an error writing to out