outputfunction.h
Go to the documentation of this file.
59 virtual bool derivate( const DoubleVector& inputs, const DoubleVector& outputs, DoubleVector& derivates ) const {
This file contains the common type defitions used on the whole framework.
Thrown when a user attempt to call setCluster on an OutputFunction already inserted into a Cluster...
Definition: nnfwexceptions.h:740
virtual bool derivate(const DoubleVector &inputs, const DoubleVector &outputs, DoubleVector &derivates) const
Compute the derivate of the function represent Given the input of neurons and the corresponding outp...
Definition: outputfunction.h:59
void setCluster(Cluster *cl)
Set the Cluster which it is inserted This is automatically called, and in normal case you don't have...
Definition: outputfunction.h:68