shark::LinearNeuron Struct Reference

Linear activation Neuron. More...

#include <shark/Models/NeuronLayers.h>

Public Types

typedef EmptyState State
 

Public Member Functions

template<class Arg >
void evalInPlace (Arg &) const
 
template<class Arg >
void evalInPlace (Arg &arg, State const &) const
 
template<class Output , class Derivative >
void multiplyDerivative (Output const &output, Derivative &der, State const &state) const
 

Detailed Description

Linear activation Neuron.

Definition at line 111 of file NeuronLayers.h.

Member Typedef Documentation

◆ State

Definition at line 112 of file NeuronLayers.h.

Member Function Documentation

◆ evalInPlace() [1/2]

template<class Arg >
void shark::LinearNeuron::evalInPlace ( Arg &  ) const
inline

Definition at line 114 of file NeuronLayers.h.

◆ evalInPlace() [2/2]

template<class Arg >
void shark::LinearNeuron::evalInPlace ( Arg &  arg,
State const &   
) const
inline

Definition at line 117 of file NeuronLayers.h.

◆ multiplyDerivative()

template<class Output , class Derivative >
void shark::LinearNeuron::multiplyDerivative ( Output const &  output,
Derivative &  der,
State const &  state 
) const
inline

Definition at line 120 of file NeuronLayers.h.


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