activation function cleaning

This commit is contained in:
2016-05-13 20:19:08 +02:00
parent 58abfea7a2
commit 039ae57b92

View File

@@ -46,7 +46,6 @@ namespace ActivationFunction {
*/
virtual ActivationFunction* clone() const = 0;
const static bool FORCE_REGISTER;
};
typedef SimpleJSON::Factory<ActivationFunction> Factory;