annScore - How can I control which nodes from the neural network are included in the scored output table?

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).
Cette réponse vous a-t-elle aidé ?
annScore

neuralNet

Doc : annScore