Search found 4 matches

by suming
Sat Aug 02, 2014 3:54 am
Forum: SMILE
Topic: JSMILE smile.em.learn causing segmentation fault
Replies: 2
Views: 4668

Re: JSMILE smile.em.learn causing segmentation fault

Thanks! That worked.
by suming
Thu Jul 31, 2014 12:39 am
Forum: SMILE
Topic: JSMILE smile.em.learn causing segmentation fault
Replies: 2
Views: 4668

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.getVariableCoun...
by suming
Sun Jun 03, 2012 10:28 pm
Forum: SMILE
Topic: Issue with function "learn" SMILE error -1
Replies: 2
Views: 3693

Re: Issue with function "learn" SMILE error -1

Thanks a lot - that did the trick.
by suming
Sat Jun 02, 2012 6:47 pm
Forum: SMILE
Topic: Issue with function "learn" SMILE error -1
Replies: 2
Views: 3693

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.NaiveBay...