KNIME: Documentation
At the moment there are the following KNIME tutorials available:
Extension Howto
KNIME offers the possibility to extend its functionallity 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