CsvTemporalSignalReader

This class is used to read a temporal signal from a CSV file or a string. The file format consits of a sequence of data separated by a ';', the first of which must be a double. The first column must be ordered.

Constructors

Link copied to clipboard

Functions

Link copied to clipboard
public Signal<MoonLightRecord> load(RecordHandler handler, File input)
public Signal<MoonLightRecord> load(RecordHandler handler, String input)