shark::RecurrentStructure Member List

This is the complete list of members for shark::RecurrentStructure, including all inherited members.

bias() const shark::RecurrentStructureinline
BOOST_SERIALIZATION_SPLIT_MEMBER()shark::ISerializable
connection(std::size_t i, std::size_t j) const shark::RecurrentStructureinline
connections() const shark::RecurrentStructureinline
FastSigmoid enum valueshark::RecurrentStructure
inputs() const shark::RecurrentStructureinline
Linear enum valueshark::RecurrentStructure
load(InArchive &archive, unsigned int version)shark::ISerializableinline
Logistic enum valueshark::RecurrentStructure
m_biasshark::RecurrentStructureprotected
m_connectionMatrixshark::RecurrentStructureprotected
m_hiddenshark::RecurrentStructureprotected
m_inputNeuronsshark::RecurrentStructureprotected
m_numberOfNeuronsshark::RecurrentStructureprotected
m_numberOfParametersshark::RecurrentStructureprotected
m_numberOfUnitsshark::RecurrentStructureprotected
m_outputNeuronsshark::RecurrentStructureprotected
m_sigmoidTypeshark::RecurrentStructureprotected
m_weightsshark::RecurrentStructureprotected
neuron(double activation)shark::RecurrentStructure
neuronDerivative(double activation)shark::RecurrentStructure
numberOfNeurons() const shark::RecurrentStructureinline
numberOfUnits() const shark::RecurrentStructureinline
outputs() const shark::RecurrentStructureinline
parameters() const shark::RecurrentStructureinline
parameterVector() const shark::RecurrentStructure
read(InArchive &archive)shark::RecurrentStructurevirtual
RecurrentStructure()shark::RecurrentStructure
save(OutArchive &archive, unsigned int version) const shark::ISerializableinline
setParameterVector(RealVector const &newParameters)shark::RecurrentStructure
setSigmoidType(SigmoidType sigmoidType)shark::RecurrentStructureinline
setStructure(std::size_t inputs, std::size_t outputs, const IntMatrix &connections, SigmoidType sigmoidType=Logistic)shark::RecurrentStructure
setStructure(std::size_t in, std::size_t hidden, std::size_t out, bool bias=true, SigmoidType sigmoidType=Logistic)shark::RecurrentStructure
setWeights(const RealMatrix &weights)shark::RecurrentStructure
SigmoidType enum nameshark::RecurrentStructure
sigmoidType() const shark::RecurrentStructureinline
Tanh enum valueshark::RecurrentStructure
weight(std::size_t i, std::size_t j) const shark::RecurrentStructureinline
weights() const shark::RecurrentStructureinline
write(OutArchive &archive) const shark::RecurrentStructurevirtual
~ISerializable()shark::ISerializableinlinevirtual