IWeightLayerToOutput.hpp

Go to the documentation of this file.
00001 #ifndef __IWEIGHTLAYERTOOUTPUT_H
00002 #define __IWEIGHTLAYERTOOUTPUT_H
00003 
00004 
00005 class IWeightLayerToOutput
00006 {
00007 public: 
00008     virtual double GetWeightedSum(unsigned int outputNodeIndex) = 0;
00009 };
00010 
00011 #endif

Generated on Mon Mar 22 16:40:48 2004 for GNG_GL by doxygen 1.3.6