Search found 4 matches
- Sat Aug 02, 2014 3:54 am
- Forum: SMILE
- Topic: JSMILE smile.em.learn causing segmentation fault
- Replies: 2
- Views: 7733
Re: JSMILE smile.em.learn causing segmentation fault
Thanks! That worked.
- Thu Jul 31, 2014 12:39 am
- Forum: SMILE
- Topic: JSMILE smile.em.learn causing segmentation fault
- Replies: 2
- Views: 7733
JSMILE smile.em.learn causing segmentation fault
Hi, using jsmile on Mac OSX. Using the following simple code:
class newEM {
public static void main(String[] args) {
Network net = new Network();
net.readFile("traffic.net");
DataSet ds = new DataSet();
ds.readFile("traffic.txt");
DataMatch[] dm = new DataMatch[ds.getVariableCount ...
class newEM {
public static void main(String[] args) {
Network net = new Network();
net.readFile("traffic.net");
DataSet ds = new DataSet();
ds.readFile("traffic.txt");
DataMatch[] dm = new DataMatch[ds.getVariableCount ...
- Sun Jun 03, 2012 10:28 pm
- Forum: SMILE
- Topic: Issue with function "learn" SMILE error -1
- Replies: 2
- Views: 6138
Re: Issue with function "learn" SMILE error -1
Thanks a lot - that did the trick.
- Sat Jun 02, 2012 6:47 pm
- Forum: SMILE
- Topic: Issue with function "learn" SMILE error -1
- Replies: 2
- Views: 6138
Issue with function "learn" SMILE error -1
Hi,
I have the newest copy of smile.jar for 32-bit linux.
It compiles fine but when I try to run it I get the error:
java -classpath ./smile.jar:. -Djava.library.path=. NaiveLearner
Exception in thread "main" smile.SMILEException: SMILE error -1 in function Learn
at smile.learning.NaiveBayes ...
I have the newest copy of smile.jar for 32-bit linux.
It compiles fine but when I try to run it I get the error:
java -classpath ./smile.jar:. -Djava.library.path=. NaiveLearner
Exception in thread "main" smile.SMILEException: SMILE error -1 in function Learn
at smile.learning.NaiveBayes ...