I am new to KNIME and hitting a wall when trying to perform what should be a simple task:
In the process of reconstructing a network from time series data, I obtain an edge table: | source | target | weight |, which I want to visualize. Edges with negative and positive weights should be colored differently.
Looking at various options, it appears that I have to jump through many, many hoops to be able to do this in v. 5.5, without using Python or Java script nodes. Is there a straightforward way to do this using only KNIME/KNIME extension nodes?
Any help or hints for possible simple solutions will be much appreciated! Thanks.
Many thanks for this, Andreas! Much appreciated and cleaner than what I had. It still feels however that KNIME requires too many steps for such a simple task, although I guess this same approach is what makes it work so well for other projects
you have the right impression, that my solution had quite a lot of steps. This was due to my too complex approach regrading the input data shape of the Generic ECharts View.
Now I asked K-AI again and voilá no further steps are needed:
Great, thanks! Much shorter! Most importantly, you point me in the direction of using the assistance of K-AI, which I should have tried myself earlier. Having tested it now, it seem to work very well indeed in handling KNIME questions (unlike, say, Chat GPT – I just tried it for comparison and it was helpless). This makes me think I could use the platform in courses where students have little to no programming experience, and they rely on K-AI to do more complex scripting that would simplify their workflow. Thanks again.