NNetCpp
Neural network implementation in C++
 All Classes Namespaces Functions Variables
Public Member Functions | List of all members
WeightGenerator Class Referenceabstract

#include <WeightGenerator.h>

Inheritance diagram for WeightGenerator:
ConstantWeightGenerator RandomWeightGenerator

Public Member Functions

virtual double getWeight ()=0
 

Detailed Description

Generator of default weights for edges

Member Function Documentation

virtual double WeightGenerator::getWeight ( )
pure virtual

Get a new weight from the generator

Returns
the new weight

Implemented in RandomWeightGenerator, and ConstantWeightGenerator.


The documentation for this class was generated from the following file: