#include <InputGeneratorFour.hpp>
Inheritance diagram for InputGeneratorFour:
Public Member Functions | |
InputGeneratorFour (IInputGenerator *ig, double scale) | |
virtual | ~InputGeneratorFour () |
virtual Vector | GetInput () |
virtual Vector | GetOutput () |
Returns the output corresponding to the latest generated input. | |
virtual Vector const & | GetLastInput () const |
virtual unsigned int | GetDimension () const |
double | GetScale () |
virtual GeneratorType | GetGeneratorType () const |
Protected Attributes | |
unsigned int | m_dimension |
double | m_scale |
IInputGenerator & | m_inputGenerator |
Vector | m_vector |
|
|
|
|
|
Implements IInputGenerator. |
|
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. |
|
|
|
|
|
|
|
|