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
Create network and learning strecture and parameters
-
- Posts: 15
- Joined: Mon Mar 12, 2018 5:32 pm
-
- Site Admin
- Posts: 1442
- Joined: Mon Nov 26, 2007 5:51 pm
Re: Create network and learning strecture and parameters
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.I have a database I want to create network and learning structure and parameter
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.
-
- Posts: 15
- Joined: Mon Mar 12, 2018 5:32 pm