www.pudn.com > 基于VC的神经网络开发程序包(源码).rar > KohonenMap1D.cpp


#include "../include/KohonenMap1D.h" 
#include  
 
using namespace std; 
 
namespace annie 
{ 
 
KohonenMap1D::KohonenMap1D(int neurons, int dimension) : KohonenMap(dimension,neurons) 
{ 
	int nNeurons = _nNeurons; 
	int i; 
	_r = new real*[nNeurons]; 
	for (i=0;i