Which declared friend class the artneuron class
C++ Neural Networks and Fuzzy Logic:Adaptive Resonance Theory (ART)
value 1 in the phase of determining the activations of the neurons in the F2 layer and 0 if either there is no input vector or output from the F2 layer is propagated to the F1 layer.
A Header File for the C++ Program for the ART1 Model Network
The header file for the C++ program for the ART1 model network is art1net.hpp. It contains the declarations for two classes, an artneuron class for neurons in the ART1 model, and a network class, which is declared as a friend class in the artneuron class. Functions declared in the network class include one to do the iterations for the network operation, finding the winner in a given iteration, and one to inquire if reset is needed.
public:
artneuron() { };
void getnrn(int,int,int,char *);
file:///H:/edonkey/docs/c/(ebook-pdf)%20-%20mathem..._Neural_Networks_and_Fuzzy_Logic/ch10/246-250.html (3 of 4) [21/11/02 21:57:47]
}; |
|
---|
Copyright © IDG Books Worldwide, Inc.