NNetCpp
Neural network implementation in C++
 All Classes Namespaces Functions Variables
WeightGenerator.h
1 #ifndef WEIGHT_GENERATOR_H
2 #define WEIGHT_GENERATOR_H
3 
8  public:
14  virtual double getWeight() = 0;
15 };
16 
17 #endif // WEIGHT_GENERATOR_H
Definition: WeightGenerator.h:7
virtual double getWeight()=0