Calculating the Mean of multiple scorer nodes

Hi there,

I am trying to find the total mean of 3 scorer nodes. Is there a way to easily do so?

Thanks.

Hi @puns1234

Welcome to the KNIME forum.

One way to solve this (for a Classification scorer table but it would be the same for the Numeric Scorer):

  • Create a new column with the content of the RowID for every score table to preserve the name of the statistics (RowID node).
  • Concatenate the differente score tables (concatenate node). This node accepts in last KNIME versions several input ports so no problem with concatenating more than two scoring results.
  • Group the statistics by the name of your classes (newly created column) as you wish, for instance mean & standard deviation (GroupBy node).

Should you need the solution as a workflow, please post a minimalist workflow with the data and I’ll add the solution to it. Hope this is of help :slight_smile:

Best regards

Ael

3 Likes

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