Classes | |
struct | Unit |
Public Types | |
typedef std::vector< Unit > | Layer |
Public Member Functions | |
FuzzyART (OptionManager &mgr, const std::string &descrName="Fuzzy ART Learning Module", const std::string &tagName="FuzzyART") | |
void | start2 () |
This is called from within start() after the subcomponents have started. | |
uint | learnInput (std::vector< double > input) |
uint | getInputSize () const |
uint | getMaxCategories () const |
Definition at line 45 of file FuzzyART.H.
void FuzzyART::start2 | ( | ) | [virtual] |
This is called from within start() after the subcomponents have started.
Reimplemented from ModelComponent.
Definition at line 92 of file FuzzyART.C.
References OModelParam< T >::getVal().