How can I control which nodes from the neural network are included in the scored output table?
4 vues
Réponse
Use the `listNode` parameter. You can set it to `ALL` (all nodes), `HIDDEN` (only hidden nodes, useful for autoencoding), `INPUT` (only input nodes), or `OUTPUT` (only output nodes).