Generates 2D plots for clusters where the dimensions are specified, hence specializing the pairwise plotting of all possible pairs of clusters dimensions.
Version | 1.0 |
---|---|
Bundle | flowand |
Categories | |
Authors | Ville Rantanen (ville.rantanen@helsinki.fi), Javier Nunez Fontarnau (Javier.Nunez-Fontarnau@Helsinki.FI) |
Source files | component.xml function.scala |
Usage | Example with default values |
Name | Type | Mandatory | Description |
---|---|---|---|
in | Array<CSV> | Mandatory | CSV file where each row belongs to a class (e.g. cluster). |
plotSpec | CSV | Mandatory | A CSV file with x and y header and value pairs to be plotted. The header must include an 'x' and a 'y' labels. |
Name | Type | Description |
---|---|---|
out | Latex | The plots. |
Name | Type | Default | Description |
---|---|---|---|
cluster | string | (no default) | A string that specifies the CSV header in the CSV input data port. This is used for grouping rows into classes. |
numDigits | int | 3 | Number of digits after decimal for rounding values. |
sectionTitle | string | "Plotting of clustering results" | Section title for plotting report. |
xHigh | float | -0.000001 | High bound of the X axis. The special value -0.000001 means that the bound is computed from the data. |
xLow | float | -0.000001 | Low bound of the X axis. The special value -0.000001 means that the bound is computed from the data. |
yHigh | float | -0.000001 | High bound of the Y axis. The special value -0.000001 means that the bound is computed from the data. |
yLow | float | -0.000001 | Low bound of the Y axis. The special value -0.000001 means that the bound is computed from the data. |