How to create a graphical interface with smile

The engine.
Post Reply
panawths
Posts: 3
Joined: Mon Jul 22, 2013 2:30 pm

How to create a graphical interface with smile

Post by panawths »

Hello everyone,
I want to create a simple windows form application with visual studio.
This application will have a simple button and the code of the button will be writen based on the smile library.
In a few words i want to create a button and when i click it an inference code about a bayessian network will be executed and displayed.
Is there any way to do this, i dont know how to connect the windows form application with the smile library-smile headers.
shooltz[BayesFusion]
Site Admin
Posts: 1417
Joined: Mon Nov 26, 2007 5:51 pm

Re: How to create a graphical interface with smile

Post by shooltz[BayesFusion] »

panawths wrote:I want to create a simple windows form application with visual studio.
This application will have a simple button and the code of the button will be writen based on the smile library.
In a few words i want to create a button and when i click it an inference code about a bayessian network will be executed and displayed.
Is there any way to do this, i dont know how to connect the windows form application with the smile library-smile headers.
If your project is .NET-based, then you should go for Smile.NET, which has no headers. You just need to add the reference to your project.
Post Reply