Hello,
Is there any way that I can get the output of each node (the result of the activation function) for each instance that goes through the Neuralnet or other Multilayer Perceptron type algorithm using RapidMiner API?
Thank you in advance,
João Guerreiro
as far as I know, this is not possible. Since it is a very unusual goal, it is not supported by the rapidminer gui. But RapidMiner itself uses the open source library joone for the neural net calculation. Perhabs there's a possibility to hook in.
Greetings,
Sebastian