clone in jSMILE?

The engine.
Post Reply
k5
Posts: 2
Joined: Wed Jan 06, 2010 9:59 pm

clone in jSMILE?

Post by k5 »

Have worked in .NET for some time and am porting over to java. Is there no .clone() function available in jSMILE? I need to copy networks so that multiple people can work from the same live implementations and am only getting references to the original target network. Attempting to serialize the Network function, etc. seems not to return a copy either.

While here, is soft evidence intended to be implemented in jSMILE soon?
ronnie
Posts: 7
Joined: Wed Jan 20, 2010 10:39 am
Location: Skövde, Sweden
Contact:

Soft evidence and cloning implemented on top of jsmile

Post by ronnie »

I have just extended the Network class in jsmile and implemented soft evidence. My class also includes a crude copier (cloner). Let me know if you want to check it out.
apanella
Posts: 2
Joined: Wed Mar 10, 2010 6:41 pm

Post by apanella »

I would be interested in the expansion that provides soft evidence methods.
In particular, I would need a MacOS X build, if possible.

Thanks a lot.
ronnie
Posts: 7
Joined: Wed Jan 20, 2010 10:39 am
Location: Skövde, Sweden
Contact:

@apanella

Post by ronnie »

Dear apanella,

please contact me through E-mail <ronnie.johansson at his.se> so that I can send you the source code.
Post Reply