Conditional Density Plot

A Conditional Density Plot using a JavaScript based charting library. The view can be accessed either via the Interactive View action on the executed node or in the KNIME WebPortal.

The number of values in each category are counted and their histogram is plotted. The configuration lets you choose the category column (String column type) and the category column (double or integer column types). Besides the title, you can set the granularity of the x axis with the Number of Bins.

Options

Category Column
The column to draw the category from. Each category will result in one plot.
Value Column
The column that holds the values for the x axis. For each category, a density plot of the values is shown.
Number of Bins
The number of bins that the value column is going to be partitioned in, i.e. the granularity. The frequency is going to be computed and visualized for each partition/bin, like for a histogram.
Title
The title of the Conditional Density Plot.

Input Ports

Icon
A table with at least one categorical column containing the categories as strings and at least one value column with numerical data of double or integer type.

Output Ports

This node has no output ports

Nodes

Extensions

Links