-
Hi, good project!
there are any example to test?
or any documentation about the classes (or have i to read all files? :-)
thanks!
2008-12-23 11:55:24 UTC by spocchio
-
zhere are much heavier bugs...
2008-07-26 11:18:09 UTC by nobody
-
I'd like to report a bug in WTMLearningFunction class (and possibly other learning function classes) in method changeNeuronWeight.
At line 267:
double[] weightList = networkModel.getNeuron(neuronNumber - 1).getWeight();
and at line 295:
networkModel.getNeuron(neuronNumber).setWeight(weightList);
Line 295 should be:
networkModel.getNeuron(neuronNumber - 1).setWeight(weightList);...
2008-06-02 20:07:40 UTC by nobody
-
Anonymous committed patchset 1 of module CVSROOT to the Java Kohonen Neural Network Library CVS repository, changing 11 files.
2006-05-26 11:10:28 UTC by nobody
-
jan_ryba registered the Java Kohonen Neural Network Library project.
2006-05-26 11:05:18 UTC by jan_ryba