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

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

addNeuronIn(NeuralNetworkNeuron *const neuron)NumA::NeuralNetworkCell
addNeuronOut(NeuralNetworkNeuron *const neuron)NumA::NeuralNetworkCell
checkConsistency() constNumA::ScalingCellvirtual
checkProperty(NeuralNetworkCellPropertyType::Type property) constNumA::NeuralNetworkCell
clone() constNumA::ScalingCellvirtual
evaluate()NumA::ScalingCellvirtual
evaluateDerivativeBackward(NeuralNetworkNeuron *const neuron) constNumA::ScalingCellvirtual
getNeuronsIn() constNumA::NeuralNetworkCell
getNeuronsOut() constNumA::NeuralNetworkCell
getOutput() constNumA::NeuralNetworkCell
getScalingFunctionType() constNumA::ScalingCell
getScalingModeType() constNumA::ScalingCell
getScalingParameters() constNumA::ScalingCell
getType() constNumA::NeuralNetworkCell
m_neuronsInNumA::NeuralNetworkCellprotected
m_neuronsOutNumA::NeuralNetworkCellprotected
m_outputNumA::NeuralNetworkCellprotected
m_propertiesNumA::NeuralNetworkCellprotected
m_pScalingFunctionNumA::ScalingCellprivate
m_scalingFunctionTypeNumA::ScalingCellprivate
m_scalingModeTypeNumA::ScalingCellprivate
m_scalingParametersNumA::ScalingCellprivate
m_typeNumA::NeuralNetworkCellprivate
NeuralNetworkCell()NumA::NeuralNetworkCell
NeuralNetworkCell(const std::string &name, NeuralNetworkCellType::Type type)NumA::NeuralNetworkCell
NeuralNetworkCell(const NeuralNetworkCell &other)NumA::NeuralNetworkCellprotected
ScalingCell()NumA::ScalingCell
ScalingCell(ScalingFunctionType::Type scalingFunctionType, ScalingModeType::Type mode)NumA::ScalingCell
ScalingCell(const ScalingCell &other)NumA::ScalingCellprotected
setNeuronsIn(const std::vector< NeuralNetworkNeuron * > &neurons)NumA::NeuralNetworkCell
setNeuronsOut(const std::vector< NeuralNetworkNeuron * > &neurons)NumA::NeuralNetworkCell
setOutput(double output)NumA::NeuralNetworkCell
setScalingParameters(const std::pair< double, double > &input)NumA::ScalingCell
setScalingParameters(const std::vector< double > &input)NumA::ScalingCell
toString() constNumA::ScalingCellvirtual
~NeuralNetworkCell()NumA::NeuralNetworkCellvirtual
~ScalingCell()NumA::ScalingCellvirtual