Package adams.data.conversion

Class Summary
BufferedImageToHeatmap Turns a class java.awt.image.BufferedImage into a heatmap.
Simply uses the RGB value as heatmap value.
HeatmapToArray Turns a heatmap into a Double array.
HeatmapToBufferedImage Turns a heatmap into a BufferedImage.
HeatmapToSpreadSheet Turns a heatmap into a spreadsheet object.
SpreadSheetToHeatmap Turns an all-numeric spreadsheet into a heatmap.
Missing values/cells are tolerated and replaced with the specified value for missing values.
 



Copyright © 2013 University of Waikato, Hamilton, NZ. All Rights Reserved.