Can't link Neuroph libraries to Eclipse [message #1744980] |
Mon, 03 October 2016 17:42 |
Giuliano DC Messages: 1 Registered: October 2016 |
Junior Member |
|
|
Hello everyone,
First time posting here.
I am trying to link Neuroph libraries to Eclipse, i add the jar to the library path.
I use the following code:
NeuralNetwork neuralNetwork = new Perceptron(2, 1);
When i place the mouse on "Perceptrone" i get the following note:
Quote:
This element neither has attached source nor attached Javadoc and hence no Javadoc could be found.
And when i run the program i get the error:
Quote:
Exception in thread "main" java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory
at org.neuroph.core.NeuralNetwork.<init>(NeuralNetwork.java:106)
at org.neuroph.nnet.Perceptron.<init>(Perceptron.java:55)
at testneur.main.main(main.java:14)
Caused by: java.lang.ClassNotFoundException: org.slf4j.LoggerFactory
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 3 more
Thank you
|
|
|
Powered by
FUDForum. Page generated in 0.03954 seconds