forward_propogation,Neural_Network,matrix-method {DamiaNN} | R Documentation |
f_prop
Description
... part of the training program
Usage
## S4 method for signature 'Neural_Network,matrix'
forward_propogation(object, dataset)
Arguments
object |
is a Neural_Network |
dataset |
is a matrix not containing the target vector |
Value
Neural_Network
[Package DamiaNN version 1.0.0 Index]