NNetCpp
Neural network implementation in C++
Main Page
Namespaces
Classes
Files
File List
All
Classes
Namespaces
Functions
Variables
src
netbuilding
weightgenerators
WeightGenerator.h
1
#ifndef WEIGHT_GENERATOR_H
2
#define WEIGHT_GENERATOR_H
3
7
class
WeightGenerator
{
8
public
:
14
virtual
double
getWeight
() = 0;
15
};
16
17
#endif // WEIGHT_GENERATOR_H
WeightGenerator
Definition:
WeightGenerator.h:7
WeightGenerator::getWeight
virtual double getWeight()=0
Generated by
1.8.6