#include <InputGeneratorTwoClasses.hpp>
Inheritance diagram for InputGeneratorTwoClasses:
Public Member Functions | |
InputGeneratorTwoClasses (double width, double height) | |
virtual Vector | GetOutput () |
Returns the output corresponding to the latest generated input. | |
virtual Vector | GetInput () |
virtual Vector const & | GetLastInput () const |
virtual unsigned int | GetDimension () const |
virtual double | GetWidth () |
virtual double | GetHeight () |
virtual GeneratorType | GetGeneratorType () const |
Protected Attributes | |
unsigned int | m_dimension |
double | m_width |
double | m_height |
Vector | m_input |
|
|
|
Returns the output corresponding to the latest generated input. Outputs are generally coded in a one-out-of-k fashion. Must be implemented, but is not used by GNG or GNG-U.
Reimplemented from IInputGenerator. |
|
Implements IInputGenerator. |
|
Implements IInputGenerator. |
|
Implements IInputGenerator. |
|
|
|
|
|
Implements IInputGenerator. |
|
|
|
|
|
|
|
|