How to implement the recommendation of the next node when dragging a node

I would like to know how to recommend the next node when dragging a node on KAP, and where the specific code is. My idea is that every time I drag a node, KAP listener will listen to the node, but it will display the latest recommended node only by clicking update. I don’t know if my understanding is right. I hope to give me some hints.

3 Likes

Hello Zaj, as per my knowledge, it isn’t an option on Knime. I know some other data-mining software which have this option, but unfortunately not on Knime. There is too much node to make a list, it make no sense to do that. You have to know how to use some nodes (after a moment you’ll notice that we often use the same).

Best Regards,

Samir

1 Like

Hi @zaj,

If you double-click on a recommendation in the Workflow Coach, it will insert the selected node in the workflow and select it, which will trigger the next recommendation, which you can insert again by double clicking on it.
image

best,
Gabriel

4 Likes

Hi @gab1one,

I didn’t know that. Many thanks. After all, we are always learning, right ?

Br,
Samir

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.