| Package | Description |
|---|---|
| umcg.genetica.graphics |
| Modifier and Type | Method and Description |
|---|---|
static Heatmap.Output |
Heatmap.Output.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Heatmap.Output[] |
Heatmap.Output.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Heatmap.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 |
Heatmap.drawHeatmap(double[][] values,
String[] rowHeaders,
String[] colHeaders,
int width,
int height,
String filename,
Heatmap.Output output)
Original heatmap implementation Juha
|
Copyright © 2015. All Rights Reserved.