A density plot visualization node. The view can be accessed either via the “interactive view” action on the executed node or on KNIME WebPortal.
In the node configuration, you can enable certain controls, which are then available in the view. This includes the ability to choose a dimension column and a condition column or the possibility to set a title. The configuration also offers a preview of the view, which should help to get the density plot fast in the desired shape.
Missing as well as NaN (not a number) values in the dimension column are ignored. If a condition column is chosen, a category is ignored when all corresponding cells in the dimension column are ignored. The density is computed via kernel density estimation with a gaussian kernel. The bandwidth bw for the kernel can either be set to a specific value or computed with Scott's rule of thumb (see also R's bw.nrd). The density is computed on a grid of 500 equidistant points from (min - 3 * bw) to (max + 3 * bw) where min and max are the minimum and maximum values of the data. To speed up the computation, linear binning on the data with 1000 bins is performed as a preprocessing step if n exceeds 1000.
Note, this node is currently under development. Future versions of the node might have improved or changed functionality. Interactivity between multiple views is currently only possible with views also coming from this labs extension.
You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.
To use this node in KNIME, install the extension KNIME Views (Labs) from the below update site following our NodePit Product and Node Installation Guide:
A zipped version of the software site can be downloaded here.
Deploy, schedule, execute, and monitor your KNIME workflows locally, in the cloud or on-premises – with our brand new NodePit Runner.
Try NodePit Runner!Do you have feedback, questions, comments about NodePit, want to support this platform, or want your own nodes or workflows listed here as well? Do you think, the search results could be improved or something is missing? Then please get in touch! Alternatively, you can send us an email to mail@nodepit.com.
Please note that this is only about NodePit. We do not provide general support for KNIME — please use the KNIME forums instead.