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