PARTONS/NumA++  
Numerical Analysis C++ routines
NumA::NeuralNetworkTypeRegistry Member List

This is the complete list of members for NumA::NeuralNetworkTypeRegistry, including all inherited members.

getActivationFunction(const ActivationFunctionType::Type type) constNumA::NeuralNetworkTypeRegistry
getCombinationFunction(const CombinationFunctionType::Type type) constNumA::NeuralNetworkTypeRegistry
getInstance()NumA::NeuralNetworkTypeRegistrystatic
getScalingFunction(const ScalingFunctionType::Type type) constNumA::NeuralNetworkTypeRegistry
getTrainingFunction(const TrainingFunctionType::Type type) constNumA::NeuralNetworkTypeRegistry
m_activationFunctionsNumA::NeuralNetworkTypeRegistryprivate
m_combinationFunctionsNumA::NeuralNetworkTypeRegistryprivate
m_scalingFunctionsNumA::NeuralNetworkTypeRegistryprivate
m_trainingFunctionsNumA::NeuralNetworkTypeRegistryprivate
NeuralNetworkTypeRegistry()NumA::NeuralNetworkTypeRegistryprivate
p_instanceNumA::NeuralNetworkTypeRegistryprivatestatic
registerActivationFunction(const ActivationFunctionType::Type type, ActivationFunction *const object)NumA::NeuralNetworkTypeRegistry
registerCombinationFunction(const CombinationFunctionType::Type type, CombinationFunction *const object)NumA::NeuralNetworkTypeRegistry
registerScalingFunction(const ScalingFunctionType::Type type, ScalingFunction *const object)NumA::NeuralNetworkTypeRegistry
registerTrainingFunction(const TrainingFunctionType::Type type, TrainingFunction *const object)NumA::NeuralNetworkTypeRegistry
~NeuralNetworkTypeRegistry()NumA::NeuralNetworkTypeRegistryvirtual