neuron: typo

This commit is contained in:
2016-09-07 22:25:55 +02:00
parent ef5e6d8d1c
commit b6b7703299

View File

@@ -65,7 +65,7 @@ namespace NeuralNetwork
/**
* @brief getter for neuron weight
* @param &neuronID is id of neuron
* @param neuronID is id of neuron
*/
inline virtual float& weight(const std::size_t &neuronID) final {
return weights[neuronID];