#include <shark/Models/NeuronLayers.h>
Public Member Functions | |
void | resize (std::size_t patterns) |
Public Member Functions inherited from shark::State | |
virtual | ~State () |
prevents that this class can be instantiated | |
template<class DerivedStateType > | |
DerivedStateType const & | toState () const |
Safely downcast State to it's derived type. | |
template<class DerivedStateType > | |
DerivedStateType & | toState () |
Public Attributes | |
VectorType | norm |
Definition at line 175 of file NeuronLayers.h.
|
inline |
Definition at line 178 of file NeuronLayers.h.
References shark::NormalizerNeuron< VectorType >::State::norm.
VectorType shark::NormalizerNeuron< VectorType >::State::norm |
Definition at line 176 of file NeuronLayers.h.
Referenced by shark::NormalizerNeuron< VectorType >::evalInPlace(), shark::NormalizerNeuron< VectorType >::multiplyDerivative(), and shark::NormalizerNeuron< VectorType >::State::resize().