does somebody know , how to find the max in a matrix , and maybe the position of max,
I tested indexing and searching node but it didn’t work properly…
Hi @joan
See my workflow on the KNIME hub. This comes from this discussion on the KNIME forum. A rather complex question.
gr
Hans
2 Likes
Hi there,
you can find max and corresponding index in each row and then find max in new column. That will give you maximum for a whole table
Here is a nice solution:
Br,
Ivan
2 Likes