KNIME: Documentation
The KNIME documentation comprises the following topics:
Quickstart guide
The quickstart guide gives a short introduction to KNIME. It describes the main components and shows how to create a small workflow.HTML version PDF version
Tutorials
Extension HowTo
KNIME offers the possibility to extend its functionality by creating own nodes.
The Extension howto tutorial describes step by step the procedure to
create a new node by creating a numerical binner.
HTML version
PDF version
Source code
Default Dialog Component HowTo
"Default dialog components" provide a convenient way to get user
input for a few basic settings through a dialog that can be easily
created, without going through the pain of creating swing components and layouts.
KNIME provides a couple of components that can be added to a default settings pane,
and that allow the user to enter values. These values can be easily retrieved
in the NodeModel then.
How to use these default dialog components is described here.
HTML version
SettingsModel Listener HowTo
This document describes how you can tie components together with
listeners to the SettingsModel, how you can change the value of a
component or en-/disable it depending on the value of another.
HTML version
FAQ
Only available as HTML version.