Search found 6 matches

by djinn
Thu Dec 06, 2007 9:56 am
Forum: SMILE
Topic: Can SMILE process a .DSL file generated by GeNIe?
Replies: 4
Views: 8839

Managed to get it working by adding "EnableXdslFormat()" and reading in .XDSL file. Couldn't get .DSL to work but it doesn't matter anymore to me.

Thanks again shooltz!
by djinn
Thu Dec 06, 2007 12:44 am
Forum: SMILE
Topic: Can SMILE process a .DSL file generated by GeNIe?
Replies: 4
Views: 8839

Hi again shooltz, Sorry for not being that clear in my earlier post. There is no problem reading in a .DSL file. The problem arose when I tried using DSL_sysCoordinates. A segment of the code is as followed: DSL_network theNet; theNet.ReadFile("testNet.dsl"); theNet.UpdateBeliefs(); int be...
by djinn
Wed Dec 05, 2007 6:23 am
Forum: SMILE
Topic: Can SMILE process a .DSL file generated by GeNIe?
Replies: 4
Views: 8839

Can SMILE process a .DSL file generated by GeNIe?

I used GeNIe to design a simple Bayesian network similar to the tutorial version. After which, I saved the network in .DSL and .XDSL formats. After which, I tried to read in and work with the network (both .DSL and .XDSL files) in a .CPP file using SMILE libraries (for 64 bit) but I got "Segmen...
by djinn
Wed Dec 05, 2007 3:16 am
Forum: SMILE
Topic: Compiling SMILE in 64 bit OS and machines
Replies: 4
Views: 9784

Yes, I have the library in my gcc-4.1.2/lib64 folder but I realized I had to specify this library path in my Makefile, otherwise, the error will occur. Thanks again, shooltz! Anyway, to make it clearer to anyone looking at this thread, my Makefile looks like this now: ===================== CC = g++ ...
by djinn
Wed Dec 05, 2007 12:44 am
Forum: SMILE
Topic: Compiling SMILE in 64 bit OS and machines
Replies: 4
Views: 9784

Thanks a lot! I managed to compile the code. However, I have problems running it. I get the message: ./try: error while loading shared libraries: libssp.so.0: cannot open shared object file: No such file or directory Think I'm missing a library somewhere. EDIT: I tried to force the link to my /opt/g...
by djinn
Tue Dec 04, 2007 9:11 am
Forum: SMILE
Topic: Compiling SMILE in 64 bit OS and machines
Replies: 4
Views: 9784

Compiling SMILE in 64 bit OS and machines

First post here..and thanks in advance for anyone who replies. I am trying to use SMILE in a 64bit system with RHEL4 installed. I have two gcc, one is v3.4.6, the other is v4.1.2. I've downloaded the unix-based SMILE package compiled using gcc-4.1.2 and tried installing it in my system I've encounte...