shark::LinearNeuron Struct Reference

Linear activation Neuron. More...

#include <shark/Models/Neurons.h>

+ Inheritance diagram for shark::LinearNeuron:

Public Member Functions

template<class T >
function (T x) const
 
template<class T >
functionDerivative (T y) const
 

Detailed Description

Linear activation Neuron.

Definition at line 143 of file Neurons.h.

Member Function Documentation

§ function()

template<class T >
T shark::LinearNeuron::function ( x) const
inline

Definition at line 145 of file Neurons.h.

§ functionDerivative()

template<class T >
T shark::LinearNeuron::functionDerivative ( y) const
inline

Definition at line 149 of file Neurons.h.


The documentation for this struct was generated from the following file: