Created by Scott Robert Ladd at Coyote Gulch Productions.
Defines a transition and output state pair.
#include <fuzzy_machine.h>
Public Member Functions | |
tranout_t (double *state_weights, size_t num_states, double *output_weights) | |
Creation Constructor. | |
tranout_t (const tranout_t &source) | |
Copy constructor. | |
tranout_t & | operator= (const tranout_t &source) |
Assignment. | |
Public Attributes | |
roulette_wheel | m_new_state |
The state to be transitioned to. | |
roulette_wheel | m_output |
The output value. | |
© 1996-2005 Scott Robert Ladd. All rights reserved.
HTML documentation generated by Dimitri van Heesch's excellent Doxygen tool.