AbstractAudioAnnotationsReader |
Ancestor of annotations readers.
|
AbstractHeatmapReader |
Ancestor for readers that read heatmaps.
|
AbstractTrailReader |
Ancestor of trail readers.
|
ArcInfoASCIIGridReader |
Reads ASCII files in ESRI Grid format.
For more information see:
https://en.wikipedia.org/wiki/Esri_grid
|
FloatMatrixHeatmapReader |
Reads heat map files (2-D array of single precision floating point numbers).
|
GnuplotSpreadSheetReader |
Reads data in Gnuplot format.
|
SimpleAudioAnnotationsReader |
Reads audio annotations in simple CSV-like format.
See adams.data.io.output.SimpleAudioTrailWriter for more details on format.
|
SimpleHeatmapReader |
Reads heatmaps in the internal heatmap CSV format.
|
SimpleImageHeatmapReader |
Reads an image with the specified reader and turns the grayscale version of the image into a heatmap.
|
SimpleTrailReader |
Reads trails in simple CSV-like format.
See adams.data.io.output.SimpleTrailWriter for more details on format.
|
SpreadSheetHeatmapReader |
Turns spreadsheets into heatmaps.
|