Search found 32 matches

by lablonsk
Fri Oct 11, 2019 8:48 pm
Forum: SMILE
Topic: GetNodeValue C#
Replies: 1
Views: 4284

GetNodeValue C#

Hello how can this be happening?
The image is on the link.
https://ibb.co/7XxFKzZ
Image
Update doesn't work without a try because it's too complex
Thanks
by lablonsk
Fri Oct 11, 2019 6:37 pm
Forum: SMILE
Topic: Bayes search
Replies: 7
Views: 8714

Re: Bayes search

This problem occurred because my teacher was trying to run on windows xp
by lablonsk
Fri Oct 11, 2019 6:33 pm
Forum: SMILE
Topic: Update error
Replies: 19
Views: 23580

Update error

Hello,
My code worked naturally but when I used a larger data array the following error appeared.
UpdateBeliefs failed, SMILE error code -42
Thanks!
by lablonsk
Fri Sep 27, 2019 2:33 pm
Forum: SMILE
Topic: View graphically in C #
Replies: 1
Views: 3719

View graphically in C #

Hello,
Is it possible to visualize the graphic part as in geNIe?
Thanks.
by lablonsk
Fri Sep 27, 2019 2:25 pm
Forum: SMILE
Topic: Bayes Search C#
Replies: 11
Views: 9668

Re: Bayes Search C#

I would not worry about time required to save/load the file. Note that you can build a DataSet in memory using DataSet's methods which add variables/records and set values (AddIntVariable, AddFloatVariable, AddEmptyRecord, SetInt, SetFloat). I didn't understand much when you said to use it. And I l...
by lablonsk
Fri Sep 20, 2019 7:48 pm
Forum: SMILE
Topic: Bayes Search C#
Replies: 11
Views: 9668

Re: Bayes Search C#

shooltz[BayesFusion] wrote: Thu Sep 19, 2019 7:13 pm Check your PM inbox on this forum.
Thank you very much.
It will help me a lot.
by lablonsk
Thu Sep 19, 2019 12:55 pm
Forum: SMILE
Topic: Bayes Search C#
Replies: 11
Views: 9668

Re: Bayes Search C#

lablonsk wrote: Sat Sep 14, 2019 6:00 pm
shooltz[BayesFusion] wrote: Thu Sep 12, 2019 7:00 pm
Is BayesSearch working for .NET?
It is available in version 1.4.1 (not yet available on our download site). I can send you a private download link if you need Bayesian Search in your .NET program.
could you send me in private the download link?
by lablonsk
Sun Sep 15, 2019 8:16 pm
Forum: SMILE
Topic: Bayes Search C#
Replies: 11
Views: 9668

Re: Bayes Search C#

There is one more problem. Since I am working with an evolutionary algorithm, every time I perform a certain number of inference I have to generate a new RB. This takes a while, but I'll try your tip.
by lablonsk
Sat Sep 14, 2019 6:00 pm
Forum: SMILE
Topic: Bayes Search C#
Replies: 11
Views: 9668

Re: Bayes Search C#

Is BayesSearch working for .NET? It is available in version 1.4.1 (not yet available on our download site). I can send you a private download link if you need Bayesian Search in your .NET program. Second is: The problem is that the file is generated in memory so I would have to save to file to read...
by lablonsk
Sat Sep 14, 2019 1:13 pm
Forum: SMILE
Topic: Bayes search
Replies: 7
Views: 8714

Re: Bayes search

shooltz[BayesFusion] wrote: Thu Sep 12, 2019 7:01 pm There's no image in your post. If file is not found, maybe it's just not on your machine?
Yes, the same program that I use to compile in my house is even though it is only using changing the license file.
by lablonsk
Thu Sep 12, 2019 5:10 pm
Forum: SMILE
Topic: Bayes search
Replies: 7
Views: 8714

Re: Bayes search

But it doesn't work on my teacher's computer but only on mine. What error are you getting on your teacher's computer? File not Found Exception was unhandled: could not load file or assemly 'smileNET.dll' or one its dependencies. The especified module could not be found. I put a picture to help.
by lablonsk
Thu Sep 12, 2019 5:08 pm
Forum: SMILE
Topic: Bayes Search C#
Replies: 11
Views: 9668

Re: Bayes Search C#

The speed of learning does not depend on the origin of the data. If you have data in a file and use DataSet.ReadFile, the file content will be loaded into the memory. 2 questions Is BayesSearch working for .NET? Second is: The problem is that the file is generated in memory so I would have to save ...
by lablonsk
Sat Sep 07, 2019 7:14 pm
Forum: SMILE
Topic: Bayes Search C#
Replies: 11
Views: 9668

Bayes Search C#

Hi
Can you learn an RB without using a file?
Like for example a data vector?
Because the process is getting too slow ...
I need one exemple pls.
by lablonsk
Sat Sep 07, 2019 7:12 pm
Forum: SMILE
Topic: Bayes search
Replies: 7
Views: 8714

Re: Bayes search

You need to include your personal license key into your program. For C#, use the License.cs file from the zip you've obtained at our download site. The License.cs contains code which looks like this: new Smile.License( "SMILE LICENSE d86e3062 922d2e1b a2762a8e " (more lines follow) I'm do...
by lablonsk
Thu Aug 29, 2019 2:05 pm
Forum: SMILE
Topic: Inferênce C# waper
Replies: 2
Views: 4048

Re: Inferênce C# waper

Thanks!