Search found 1423 matches

by shooltz[BayesFusion]
Tue Mar 18, 2008 8:26 pm
Forum: SMILE
Topic: ReadFile and WriteFile retvals
Replies: 2
Views: 5180

Re: ReadFile and WriteFile retvals

What are the return values of ReadFile and WriteFile? This entry has some basic information on error handling: http://genie.sis.pitt.edu/wiki/Application_Programmers_Manual:_Error_Handling DSL_OKAY is #defined to zero, so it seems that WriteFile does the job. Are you sure your filename isn't /dev/n...
by shooltz[BayesFusion]
Tue Mar 18, 2008 4:45 pm
Forum: GeNIe
Topic: Very long training Time with smaller network
Replies: 39
Views: 40177

AFAIK if you set missing value to 80% then randomly 80% of the data is missing. But that is not the true data source. Row 1-8 has 100% data and row 9 to 13 about 20%. if you set the missing value to 80% then everywhere data is missing, not only node 9 to 13. At least this is what I interpret the Ge...
by shooltz[BayesFusion]
Tue Mar 18, 2008 4:22 pm
Forum: GeNIe
Topic: Very long training Time with smaller network
Replies: 39
Views: 40177

Christian wrote:When you write the software that eliminates about 80 percent of the dataset, maybe you can just extend Genie? Something like "only generate x% data for row x".
How is this different from existing "Missing values (%)" option in "Generate data" dialog?
by shooltz[BayesFusion]
Mon Mar 17, 2008 11:27 am
Forum: SMILE
Topic: smile.net in Excel (VBA)
Replies: 3
Views: 6311

by shooltz[BayesFusion]
Mon Mar 17, 2008 11:20 am
Forum: SMILE
Topic: Doubt using SMILE
Replies: 6
Views: 9133

GetFirstNode and GetNextNode will do the trick. Read more at:

http://genie.sis.pitt.edu/wiki/Referenc ... SL_network
by shooltz[BayesFusion]
Fri Mar 14, 2008 12:29 pm
Forum: SMILE
Topic: Doubt using SMILE
Replies: 6
Views: 9133

Please be more specific. What exactly is the 'index' you're referring to? A node handle, perhaps?
by shooltz[BayesFusion]
Wed Mar 12, 2008 1:17 pm
Forum: SMILE
Topic: Doubt using SMILE
Replies: 6
Views: 9133

Re: Doubt using SMILE

First you need to decide if you're going to use native C++ or one of .Net languages.
by shooltz[BayesFusion]
Tue Mar 04, 2008 9:43 pm
Forum: SMILE
Topic: jsmile on linux
Replies: 2
Views: 5134

Re: jsmile on linux

On the other hand, if you just want to use (and not build) jSMILE, you can try downloading the Linux binaries. I'm not sure if your Red Hat system can use the .so included in the package, but at least give it a try.
by shooltz[BayesFusion]
Tue Mar 04, 2008 6:48 pm
Forum: SMILE
Topic: jsmile on linux
Replies: 2
Views: 5134

Re: jsmile on linux

The jSMILE sources contain *nix build scripts, but we don't support gcc 2.96 (there's no core C++ SMILE for that platform).
by shooltz[BayesFusion]
Mon Mar 03, 2008 5:24 pm
Forum: SMILE
Topic: JSmile and Exist
Replies: 1
Views: 4214

Re: JSmile and Exist

Is there an easy way to get loadfile to access an xml object directly? I assume you're referring to Network.readFile in your original post. Since this is just a thin wrapper over C++ SMILE method, it's not possible to perform network I/O without going to filesystem level. I'd go for file located in...
by shooltz[BayesFusion]
Fri Feb 29, 2008 7:00 pm
Forum: SMILE
Topic: UserProperties bug
Replies: 6
Views: 8358

apopescu wrote:Is there a way in Smile API to pass the xdsl file to a method or constructor and get a Network or DiagNetwork as a result?
I believe you're using jSMILE - in this case, you should call Network.readFile and pass filename as the single argument in function call.
by shooltz[BayesFusion]
Fri Feb 29, 2008 2:49 pm
Forum: SMILE
Topic: UserProperties bug
Replies: 6
Views: 8358

The snippet outputs the following line after loading the model you've attached in the previous post:

TESTCHANCE,TEST,test
by shooltz[BayesFusion]
Fri Feb 29, 2008 2:45 pm
Forum: SMILE
Topic: Gaussian Nodes in JSmile
Replies: 1
Views: 4245

Re: Gaussian Nodes in JSmile

That's not possible at the moment.
by shooltz[BayesFusion]
Fri Feb 29, 2008 11:37 am
Forum: SMILE
Topic: UserProperties bug
Replies: 6
Views: 8358

Re: UserProperties bug

I can't reproduce the problem. Make sure you're accessing the user properties of correct node. If problem persists, post the network and code here.
by shooltz[BayesFusion]
Fri Feb 22, 2008 10:50 am
Forum: SMILE
Topic: How to compile smile?
Replies: 2
Views: 5649

Re: How to compile smile?

Use g++ instead of gcc in the command line.