I would like to use the validation output on the data set id=2 to run some MonteCarlo simulation.
Please find the pseudo programm.
for n =1 to N, do simulation
for each element of the data set id =2:
evaluate proba of the "dependant" variable with the Bayesian networks.
Random Number ...
Search found 29 matches
- Thu Jun 27, 2013 12:55 pm
- Forum: SMILE
- Topic: Newbie in Smile
- Replies: 4
- Views: 8261
- Thu Jun 27, 2013 10:43 am
- Forum: SMILE
- Topic: g++ compiling issue
- Replies: 6
- Views: 11820
Re: g++ compiling issue
I installed VC++ 2010 and I added the static lib in the linker - > General - > additional library directories.
It works !
now I need to learn your formalism before to come back to you.
Thanks for your help.
Didier
It works !
now I need to learn your formalism before to come back to you.
Thanks for your help.
Didier
- Tue Jun 25, 2013 8:42 am
- Forum: SMILE
- Topic: g++ compiling issue
- Replies: 6
- Views: 11820
Re: g++ compiling issue
I struggle to add a dll with Visual 2010 Express.
so at the moment I am stuck with my current issue... I use MinGW
BTW: if you use MinGW then you'll also have to define NDEBUG - we only provide SMILE library binaries with debug info for Visual C++.
how I can do that ?
DSMILE_VC_NO_AUTOLINK ...
so at the moment I am stuck with my current issue... I use MinGW
BTW: if you use MinGW then you'll also have to define NDEBUG - we only provide SMILE library binaries with debug info for Visual C++.
how I can do that ?
DSMILE_VC_NO_AUTOLINK ...
- Mon Jun 24, 2013 3:52 pm
- Forum: SMILE
- Topic: g++ compiling issue
- Replies: 6
- Views: 11820
Re: g++ compiling issue
It looks like that Visual 2010 C++ will be more easy to add the dll. let s try this one. Didier
- Mon Jun 24, 2013 3:50 pm
- Forum: SMILE
- Topic: Newbie in Smile
- Replies: 4
- Views: 8261
Re: Newbie in Smile
Marek and shooltz,
first of all, thanks for your email.
I tried to fix my issue with C++ first before to go further.
I will come back to you later on on this post.
Didier
first of all, thanks for your email.
I tried to fix my issue with C++ first before to go further.
I will come back to you later on on this post.
Didier
- Mon Jun 24, 2013 2:55 pm
- Forum: SMILE
- Topic: g++ compiling issue
- Replies: 6
- Views: 11820
g++ compiling issue
Good morning
I use g++ as a compiler ( and Eclipse for my C++ development ).
I copied all the files and then created a small test.
#include "smile.h"
///#include <utility>
using namespace std;
int main()
{
DSL_network theNet;
}
I got the following output
15:50:46 **** Incremental Build ...
I use g++ as a compiler ( and Eclipse for my C++ development ).
I copied all the files and then created a small test.
#include "smile.h"
///#include <utility>
using namespace std;
int main()
{
DSL_network theNet;
}
I got the following output
15:50:46 **** Incremental Build ...
- Mon Jun 24, 2013 10:15 am
- Forum: SMILE
- Topic: Python for SMILE
- Replies: 7
- Views: 13747
Re: Python for SMILE
Kylnew,
thanks for your help and email.
It s appreciated.
As the natural language for smile is C++, I decided to do the implementation of my little problem in C++.
(I just refreshed my C++ skills in this purpose).
Thanks for this.
Gardiola
ps: I am still interested in your python code for ...
thanks for your help and email.
It s appreciated.
As the natural language for smile is C++, I decided to do the implementation of my little problem in C++.
(I just refreshed my C++ skills in this purpose).
Thanks for this.
Gardiola
ps: I am still interested in your python code for ...
- Mon Jun 24, 2013 10:04 am
- Forum: SMILE
- Topic: Newbie in Smile
- Replies: 4
- Views: 8261
Newbie in Smile
Good morning,
As I decided to use smile, I just refreshed my C++.
I never used smile so please patient with my 3 naïve questions.
objective: I would like to use the network A build in Genie interface from the data set id=1 and applied the network A to a data set id=2.
I am interested to know ...
As I decided to use smile, I just refreshed my C++.
I never used smile so please patient with my 3 naïve questions.
objective: I would like to use the network A build in Genie interface from the data set id=1 and applied the network A to a data set id=2.
I am interested to know ...
- Mon Jun 03, 2013 4:37 pm
- Forum: SMILE
- Topic: Graphical Output for SMILE
- Replies: 3
- Views: 8553
Re: Graphical Output for SMILE
what does it mean ?I'm looking for a way to visualize the workings of my network in realtime (while it's being "manipulated" with jSMILE).
- Fri May 31, 2013 9:15 am
- Forum: SMILE
- Topic: Python for SMILE
- Replies: 7
- Views: 13747
Re: Python for SMILE
kylnew
I will have a look to your code.
I am working in windows....
In any case, thanks for your post !
Guardiola !
I will have a look to your code.
I am working in windows....
In any case, thanks for your post !
Guardiola !
- Wed May 15, 2013 9:24 am
- Forum: SMILE
- Topic: Python for SMILE
- Replies: 7
- Views: 13747
Re: Python for SMILE
Thanks for your two posts.
- Wed May 15, 2013 9:24 am
- Forum: SMILE
- Topic: SMILE API suggestion: load XDSL network from string
- Replies: 5
- Views: 11599
Re: SMILE API suggestion: load XDSL network from string
Martin
Thanks for this
Gardiola
Thanks for this
Gardiola
- Thu May 09, 2013 12:35 pm
- Forum: SMILE
- Topic: SMILE API suggestion: load XDSL network from string
- Replies: 5
- Views: 11599
Re: SMILE API suggestion: load XDSL network from string
any news on this post ?
- Thu May 09, 2013 12:33 pm
- Forum: SMILE
- Topic: Python for SMILE
- Replies: 7
- Views: 13747
Python for SMILE
Good Morning,
I would lkike to know if someone has experience in Smile using Python ?
is there a wrapper in Python ? any other interfaces ?
Cheers.
Didier.
I would lkike to know if someone has experience in Smile using Python ?
is there a wrapper in Python ? any other interfaces ?
Cheers.
Didier.
- Thu May 09, 2013 12:30 pm
- Forum: GeNIe
- Topic: Decision Tree and Genie Equivalent
- Replies: 2
- Views: 7976
Re: Decision Tree and Genie Equivalent
Marek
It helps
Thanks
Didier
It helps
Thanks
Didier