Java Methods

The engine.
Post Reply
john
Posts: 4
Joined: Fri Jul 30, 2010 7:20 pm

Java Methods

Post by john »

Hi

I inherited a project that uses the SMILE libraries in a Java application. The source code I inherited attempts to make the following call:

model.getNet().setNodeObservationCost(handle, actionCost);

Where model.getNet() returns a smile.Network object.

It appears this method does not exist in the smile.Network libraries I downloaded from this site. Is it possible this method existed in an older version of the libraries?

Thanks

John
shooltz[BayesFusion]
Site Admin
Posts: 1417
Joined: Mon Nov 26, 2007 5:51 pm

Re: Java Methods

Post by shooltz[BayesFusion] »

john wrote:It appears this method does not exist in the smile.Network libraries I downloaded from this site. Is it possible this method existed in an older version of the libraries?
It's possible, but my records indicate that since 2006 we have Network.setNodeCost and Network.getNodeCost.

For jSMILE API changelog, go to download page - it's linked in the jSMILE download section comments.
Post Reply