public class Heatmap extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Heatmap.Output |
| Constructor and Description |
|---|
Heatmap() |
| Modifier and Type | Method and Description |
|---|---|
static void |
drawCorrelationHeatmap(double[][] values,
String[] rowHeaders,
String[] colHeaders,
int width,
int height,
String filename,
Heatmap.Output output)
Correlation heatmap implementation Marc Jan Always use minimal value:-1
and maximum value: 1
|
static void |
drawHeatmap(double[][] values,
String[] rowHeaders,
String[] colHeaders,
int width,
int height,
String filename,
Heatmap.Output output)
Original heatmap implementation Juha
|
public static void drawHeatmap(double[][] values,
String[] rowHeaders,
String[] colHeaders,
int width,
int height,
String filename,
Heatmap.Output output)
throws IOException,
com.lowagie.text.DocumentException
values - rowHeaders - colHeaders - width - height - filename - output - IOExceptioncom.lowagie.text.DocumentExceptionpublic static void drawCorrelationHeatmap(double[][] values,
String[] rowHeaders,
String[] colHeaders,
int width,
int height,
String filename,
Heatmap.Output output)
throws IOException,
com.lowagie.text.DocumentException
values - rowHeaders - colHeaders - width - height - filename - output - IOExceptioncom.lowagie.text.DocumentExceptionCopyright © 2015. All Rights Reserved.