Tengo la siguiente tabla y necesito calcular el % que supone cada número sobre su cluster.
Por ejemplo: cluster0: 46 es el 21% y 182 es el 79%
cluster1 : 11 es el 7% y 158 es el 93%
No se si esto es posible hacerlo con Knime.
Calculate the total sum of the cluster using a group by
use a joiner to leave the total sum next to the value of the cluster to calculate
and finally use math formula to do the calculation on all values