[solved] How to assign weights for variables after normalization node?

Hi!

I have normalized my data for multilayer perceptron and would like to assign weights to some variables I think are more important than others. How can I do this?

Thank you!

Markus

 

 

 

Have you tried the Pareto ranking and desirability node from Erlwood community nodes which should do what you want.

simon.

Thank you, I was able to solve the problem with your advice. Markus