#include <RBFClassificationControl.hpp>
Inheritance diagram for RBFClassificationControl:
Public Member Functions | |
RBFClassificationControl (RBFNetwork &net, IInputGenerator *g, SGNGAlgorithm *alg, unsigned int max, unsigned int backLog, double decisionLimit, double decisionDelta, std::ofstream *log) | |
Creates a RBF Network control Object that "runs" the network and sgng alg. | |
virtual | ~RBFClassificationControl () |
virtual bool | Iterate () |
The main loop. | |
Protected Member Functions | |
virtual bool | IsStopCriteriaMet () |
Protected Attributes | |
RBFNetwork & | m_net |
IInputGenerator & | m_generator |
SGNGAlgorithm * | m_alg |
unsigned int | m_maxMisclassificationsAllowed |
double | m_decisionLimit |
double | m_decisionDelta |
unsigned int | m_backLog |
unsigned int | m_numMisclassifications |
std::ofstream * | m_log |
Placing the code separately in this object is a way of allowing GL independent code and state information.
|
Creates a RBF Network control Object that "runs" the network and sgng alg.
|
|
|
|
The main loop.
Implements Control. |
|
Implements Control. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|