neuron: typo
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user