Up: Component summary Function

ClusterPlot

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

Inputs

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.

Outputs

Name Type Description
out Latex The plots.

Parameters

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.

Generated 2019-02-08 07:42:20 by Anduril 2.0.0