added comment

This commit is contained in:
2015-08-31 15:45:50 +02:00
parent 1a4b438a99
commit f68038a79e

View File

@@ -43,6 +43,7 @@ namespace NeuralNetwork
/**
* @brief Function sets bias for neuron
* @param biad is new bias (initial value for neuron)
*/
virtual void setBias(const float &bias)=0;