Create network and learning strecture and parameters

The engine.
Post Reply
azzedine_fcb
Posts: 15
Joined: Mon Mar 12, 2018 5:32 pm

Create network and learning strecture and parameters

Post by azzedine_fcb »

Hello

I have a database I want to create network and learning structure and parameter
What steps should I take?
if exist example any langage c++ java .... send to me please
thanks
shooltz[BayesFusion]
Site Admin
Posts: 1417
Joined: Mon Nov 26, 2007 5:51 pm

Re: Create network and learning strecture and parameters

Post by shooltz[BayesFusion] »

I have a database I want to create network and learning structure and parameter
For learning in SMILE you'll need your data in a dataset object (DSL_dataset in C++, smile.learning.DataSet in Java). You can either export your database content as a text file and use DSL_dataset::ReadFile, or create your own dataset by calling its methods. Note that SMILE does not provide direct database import features.

If you're using C++, see Using SMILE/Datasets and Using SMILE/Learning chapters in SMILE Manual at https://support.bayesfusion.com/docs - the manual was recently updated to include information related to learning.
azzedine_fcb
Posts: 15
Joined: Mon Mar 12, 2018 5:32 pm

Re: Create network and learning strecture and parameters

Post by azzedine_fcb »

thanks
Post Reply