NNetCpp
Neural network implementation in C++
Main Page
Namespaces
Classes
Files
File List
All
Classes
Namespaces
Functions
Variables
src
stopconditions
StopCondition.h
1
#ifndef STOP_CONDITION_H
2
#define STOP_CONDITION_H
3
4
#include <vector>
5
10
class
StopCondition
{
11
public
:
20
virtual
bool
check
(
int
iteration,
double
error) = 0;
21
};
22
23
#endif // STOP_CONDITION_H
StopCondition::check
virtual bool check(int iteration, double error)=0
StopCondition
Definition:
StopCondition.h:10
Generated by
1.8.6