I have a KNIME order basket analysis and obviously try to find patterns. I prepare the dataset with an ETL style workflow which is collapsed into a metanode. With the prepared dataset , an association rule learning borgelt ist being executed and works - well it produces an output table according to the given input/confidence parameters and the result looks reasonable.
with the very same Input, an assocation rule knode is being executed too but produces an empty output.
I have no clue why. The question behind could be: how to debug the execution of nodes ?
The workflow looks like:
the ETL output table is:
the number input knode configuration is:
the config of the assocation rule learning (borgelt) knode is:
the output of the association rule learning (borgelt) knode is:
the config of the association rule learning knode is:
but no output, warning in the console:
any ideas would be appreciated, thank you.