forward_propogation,Neural_Network,matrix-method {DamiaNN} | R Documentation |
... part of the training program
## S4 method for signature 'Neural_Network,matrix'
forward_propogation(object, dataset)
object |
is a Neural_Network |
dataset |
is a matrix not containing the target vector |
Neural_Network