Search found 40 matches

by Gary
Thu Feb 01, 2018 3:22 am
Forum: SMILE
Topic: About .lib
Replies: 14
Views: 18907

Re: About .lib

"7. #include the smile_license.h in one of your source files." This is where I do not understand!I have done 1-6. Can you tell me how to do the "7"? Specific operation?!
by Gary
Sun Jan 28, 2018 1:49 pm
Forum: SMILE
Topic: About .lib
Replies: 14
Views: 18907

Re: About .lib

I'm so sorry. I've seen it,but it does not say how to set it up. Can you tell me how to do this? Specific operation?!
by Gary
Thu Jan 18, 2018 1:43 am
Forum: SMILE
Topic: About .lib
Replies: 14
Views: 18907

Re: About .lib

I'm very sorry. I can't understand " Treat is as one of your project files".And,there is not the"#include <smile_license.h> " in "hello word" tutorial.
by Gary
Wed Jan 17, 2018 11:43 am
Forum: SMILE
Topic: About .lib
Replies: 14
Views: 18907

Re: About .lib

I did that. I put it in the smile library file. But useless!.Then there is the above problem.
by Gary
Tue Jan 16, 2018 11:45 am
Forum: SMILE
Topic: About .lib
Replies: 14
Views: 18907

Re: About .lib

I'm sorry , I have the personalized license file,but,how, how to use it ?!
by Gary
Mon Jan 15, 2018 3:40 am
Forum: SMILE
Topic: About .lib
Replies: 14
Views: 18907

Re: About .lib

I followed this operation, but useless. 1. Go to Project Settings | Linker | General and add SMILE directory to ‘Additional Library Directories’, or 2. Go to Project Settings | VC++ Directories and add SMILE directory to ‘Library Directories’. There are also two independent ways of specifying the SM...
by Gary
Mon Jan 15, 2018 3:35 am
Forum: SMILE
Topic: About .lib
Replies: 14
Views: 18907

Re: About .lib

I'm sorry, how to link the personalized license file. #include it? I tried, but useless! I put the license file into the smile.lib file, and useless. I don't know how to make it.
by Gary
Tue Jan 09, 2018 2:39 am
Forum: SMILE
Topic: About .lib
Replies: 14
Views: 18907

About .lib

Hello: This is not a lack of a“.lib” file, every time I run “Hello word”, there will be the following error:error LNK2019: 无法解析的外部符号 "unsigned char * DSL_LIC2" (?DSL_LIC2@@3PAEA),该符号在函数 "private: double __cdecl `anonymous namespace'::da83e1ddc::_(double (__cdecl A0x93435f6e::da83e1ddc...
by Gary
Mon Jun 26, 2017 12:22 am
Forum: SMILE
Topic: Discretization
Replies: 0
Views: 15910

Discretization

hello
The discretization here is systematically defined,like this: disc.Discretize(DSL_discretizer::MethodType::Hierarchical,4,be);
but if i want to control it ,how to do. what I mean is how to use my own discrete rules.
thank you.
by Gary
Tue May 16, 2017 12:39 pm
Forum: SMILE
Topic: File read path
Replies: 1
Views: 3224

File read path

Hello
I tried the tutorial“SMILearn Tutorial 5: Learning with the EM Algorithm (Static)”,but never read the file. I tried to put the file in various places, but useless.I don't know where is wrong. And what should I do?
Thank you!
by Gary
Tue May 16, 2017 12:30 pm
Forum: SMILE
Topic: MCMC
Replies: 4
Views: 5043

Re: MCMC

Thank you so much!
by Gary
Tue May 16, 2017 7:36 am
Forum: SMILE
Topic: MCMC
Replies: 4
Views: 5043

Re: MCMC

Thank you very much!
Is there a source of EPIS-BN algorithm in the smilearn?
by Gary
Mon May 15, 2017 8:26 am
Forum: SMILE
Topic: MCMC
Replies: 4
Views: 5043

MCMC

Hi
Is there a procedure for the Markov chain Monte Carlo algorithm in the smilearn?
by Gary
Mon May 15, 2017 8:06 am
Forum: GeNIe
Topic: How do I get a conditional probability table?
Replies: 1
Views: 2861

How do I get a conditional probability table?

Hi Suppose there are three nodes, A, B, c A->c B->c that is, A and B are the parent nodes of the c-node. We know that P (A), P (B), P (c | A), P (c | B),How do I get the conditional probability table for c when I set up a Bayesian network in GeNie? If the parent node is too much, CPT also need to en...
by Gary
Mon Apr 17, 2017 12:54 am
Forum: SMILE
Topic: Weight and interval parameters
Replies: 5
Views: 5435

Re: Weight and interval parameters

Thank you very much!