shark::RecurrentStructure Member List

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

bias() constshark::RecurrentStructureinline
BOOST_SERIALIZATION_SPLIT_MEMBER()shark::ISerializable
connection(std::size_t i, std::size_t j) constshark::RecurrentStructureinline
connections() constshark::RecurrentStructureinline
FastSigmoid enum valueshark::RecurrentStructure
inputs() constshark::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() constshark::RecurrentStructureinline
numberOfUnits() constshark::RecurrentStructureinline
outputs() constshark::RecurrentStructureinline
parameters() constshark::RecurrentStructureinline
parameterVector() constshark::RecurrentStructure
read(InArchive &archive)shark::RecurrentStructurevirtual
RecurrentStructure()shark::RecurrentStructure
save(OutArchive &archive, unsigned int version) constshark::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() constshark::RecurrentStructureinline
Tanh enum valueshark::RecurrentStructure
weight(std::size_t i, std::size_t j) constshark::RecurrentStructureinline
weights() constshark::RecurrentStructureinline
write(OutArchive &archive) constshark::RecurrentStructurevirtual
~ISerializable()shark::ISerializableinlinevirtual