Search found 5 matches
- Wed Jun 03, 2015 6:15 pm
- Forum: SMILE
- Topic: Dynamic BNs with jSmile?
- Replies: 1
- Views: 9593
Dynamic BNs with jSmile?
I've seen that SMILE offers the possibilty to work with DNBs but does the jSMILE API allow for this as well?
- Mon Jun 03, 2013 4:52 pm
- Forum: SMILE
- Topic: Graphical Output for SMILE
- Replies: 3
- Views: 8530
Re: Graphical Output for SMILE
I'm looking for a way to visualize the workings of my network in realtime (while it's being "manipulated" with jSMILE).
what does it mean ?
Ok, I probably could have worded this better, hopefully this example is better:
I have an application that reads values from a sensor. Based on the sensor ...
what does it mean ?
Ok, I probably could have worded this better, hopefully this example is better:
I have an application that reads values from a sensor. Based on the sensor ...
- Mon Jun 03, 2013 4:24 pm
- Forum: SMILE
- Topic: Graphical Output for SMILE
- Replies: 3
- Views: 8530
Graphical Output for SMILE
I'm looking for a way to visualize the workings of my network in realtime (while it's being "manipulated" with jSMILE).
Before I start to make something on my own, I thought I check back here first, maybe I'm not the first who needs something like this.
I don't suppose there is a way to update the ...
Before I start to make something on my own, I thought I check back here first, maybe I'm not the first who needs something like this.
I don't suppose there is a way to update the ...
- Wed Mar 09, 2011 11:49 pm
- Forum: SMILE
- Topic: Problem with Adding setSoftEvidence to jSmile
- Replies: 1
- Views: 3664
Problem with Adding setSoftEvidence to jSmile
I tried to extend the jSmile wrapper to also include the possibility to set soft evidence.
So in Network.java I added
public native void setSoftEvidence(String nodeId, double[] evidence);
and in smile_Network the respective Method looks like this:
JNIEXPORT void JNICALL Java_smile_Network ...
So in Network.java I added
public native void setSoftEvidence(String nodeId, double[] evidence);
and in smile_Network the respective Method looks like this:
JNIEXPORT void JNICALL Java_smile_Network ...
- Tue Nov 24, 2009 4:34 pm
- Forum: SMILE
- Topic: Saving evidence
- Replies: 3
- Views: 7456