|
Attention! Read the forum rules carefully before posting a topic.
Try to find an answer in Wiki before asking a question. Submit programming questions in this forum only. Off topics are strictly forbidden.
Any topics which do not satisfy these rules will be deleted.
neural network problem |
us_copiosus
|
Post subject: neural network problem |
Post rating: 0
|
Posted: Mon 16 Sep, 2013, 04:24
|
|
User rating: 2
Joined: Fri 02 Mar, 2012, 22:08 Posts: 200 Location: New Zealand, Dunedin
|
Hi
In the JForex platform I import various weka classifiers in my strategy using (for example)
import weka.classifiers.trees.J48; etc.
I have placed the weka.jar file in the files folder where it should be
When I try to compile - I get the error message weka.jar file not found ????????????
If I delete the weka.jar file then all the import weka. lines get red underlined If I replace the weka.jar file then all the import weka. lines are clear - no errors
What is going on?
Bob M
|
|
|
|
 |
jlongo
|
Post subject: Re: neural network problem |
Post rating: 1
|
Posted: Mon 16 Sep, 2013, 05:07
|
|
User rating: 94
Joined: Mon 06 Feb, 2012, 12:22 Posts: 357 Location: Portugal, Castelo Branco
|
Hi us_copiosus:
Are you including the jar with @Library("path_to_jar/jar1, path_to_jar2/jar2") inside your strategy ?
Trade well
JL
|
|
|
|
 |
us_copiosus
|
Post subject: Re: neural network problem |
Post rating: 0
|
Posted: Mon 16 Sep, 2013, 05:36
|
|
User rating: 2
Joined: Fri 02 Mar, 2012, 22:08 Posts: 200 Location: New Zealand, Dunedin
|
OK
no path needed in IDE environment BUT path needed in JForex platform
Have I understood?
Bob M
|
|
|
|
 |
API Support
|
Post subject: Re: neural network problem |
Post rating: 0
|
Posted: Mon 16 Sep, 2013, 08:25
|
|
User rating: ∞
Joined: Fri 31 Aug, 2007, 09:17 Posts: 6139
|
|
|
|
 |
|
Pages: [
1
]
|
|
|
|
|