ART1 Class Reference
List of all members.
Classes |
struct | Layer |
struct | Unit |
Public Member Functions |
| ART1 (const int inputSize, const int numClasses) |
| init an ART network with inputSize and numClasses
|
int | evolveNet (std::string in) |
| evolve the network and return the class id
|
int | propagateToF2 () |
void | propagateToF1 (const std::vector< bool > input, const int winner) |
void | adjustWeights (const int winner) |
void | setInput (const std::vector< bool > input) |
Detailed Description
Definition at line 46 of file ART1.H.
Constructor & Destructor Documentation
ART1::ART1 |
( |
const int |
inputSize, |
|
|
const int |
numClasses | |
|
) |
| | |
init an ART network with inputSize and numClasses
Definition at line 47 of file ART1.C.
Member Function Documentation
evolve the network and return the class id
Definition at line 151 of file ART1.C.
The documentation for this class was generated from the following files: