Hi,
I'm trying to see the JPD of all 5 nodes in my network. I have been looking for the 'preserve clique potentials' option, but I cannot find it under network/algorithm. If I select the 'Clustering' algorithm, there is no button in the Value tab of Node Properties dialog 'Show JPD'.
How can I ...
Search found 7 matches
- Wed Dec 07, 2016 1:52 pm
- Forum: GeNIe
- Topic: Seeing JPD
- Replies: 1
- Views: 6220
- Mon Mar 21, 2016 2:49 pm
- Forum: SMILE
- Topic: Setting node positions with c++
- Replies: 2
- Views: 12307
Re: Setting node positions and colours with c++
Is there a similar way of setting node colours?
Thanks.
Thanks.
- Wed Nov 25, 2015 2:58 pm
- Forum: SMILE
- Topic: VS release mode error LNK2038
- Replies: 7
- Views: 19598
Re: VS release mode error LNK2038
In this case it still shows:
/OUT:"C:\Users\localadmin\documents\visual studio 2010\Projects\BNAdaptorTEST_WIN\Release\BNAdaptorTEST_WIN.exe" /VERBOSE:Lib /NOLOGO /LIBPATH:"D:\wjaeger\smile_vc10_x86" /LIBPATH:"D:\wjaeger\boost_1_59_0\stage\lib" /LIBPATH:"C:\Program Files (x86)\netCDF 4.3.3.1\bin ...
/OUT:"C:\Users\localadmin\documents\visual studio 2010\Projects\BNAdaptorTEST_WIN\Release\BNAdaptorTEST_WIN.exe" /VERBOSE:Lib /NOLOGO /LIBPATH:"D:\wjaeger\smile_vc10_x86" /LIBPATH:"D:\wjaeger\boost_1_59_0\stage\lib" /LIBPATH:"C:\Program Files (x86)\netCDF 4.3.3.1\bin ...
- Wed Nov 25, 2015 12:33 pm
- Forum: SMILE
- Topic: VS release mode error LNK2038
- Replies: 7
- Views: 19598
Re: VS release mode error LNK2038
Under Linker|Command line it has the following:
/OUT:"C:\Users\localadmin\documents\visual studio 2010\Projects\BNAdaptorTEST_WIN\Release\BNAdaptorTEST_WIN.exe" /NOLOGO /LIBPATH:"D:\wjaeger\smile_vc10_x86" /LIBPATH:"D:\wjaeger\boost_1_59_0\stage\lib" /LIBPATH:"C:\Program Files (x86)\netCDF 4.3.3.1 ...
/OUT:"C:\Users\localadmin\documents\visual studio 2010\Projects\BNAdaptorTEST_WIN\Release\BNAdaptorTEST_WIN.exe" /NOLOGO /LIBPATH:"D:\wjaeger\smile_vc10_x86" /LIBPATH:"D:\wjaeger\boost_1_59_0\stage\lib" /LIBPATH:"C:\Program Files (x86)\netCDF 4.3.3.1 ...
- Tue Nov 24, 2015 7:52 am
- Forum: SMILE
- Topic: VS release mode error LNK2038
- Replies: 7
- Views: 19598
Re: VS release mode error LNK2038
Thanks for the fast response!
I don't have any additional dependencies under linker -> input. So I suppose I rely on the auto-linking feature of smile.h (Is that what it means?).
If I remove the path to smile_vc10_x86 in additional library directories, I get the same error in Release mode and I ...
I don't have any additional dependencies under linker -> input. So I suppose I rely on the auto-linking feature of smile.h (Is that what it means?).
If I remove the path to smile_vc10_x86 in additional library directories, I get the same error in Release mode and I ...
- Mon Nov 23, 2015 9:56 pm
- Forum: SMILE
- Topic: VS release mode error LNK2038
- Replies: 7
- Views: 19598
VS release mode error LNK2038
Hi,
I'm getting a bunch of LNK2038 error messages when running SMILE in release mode in visual studio 2010, e.g.
smile_dbg.lib(doublearray.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CreateNetwork.obj
Could you help with that?
In ...
I'm getting a bunch of LNK2038 error messages when running SMILE in release mode in visual studio 2010, e.g.
smile_dbg.lib(doublearray.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CreateNetwork.obj
Could you help with that?
In ...
- Mon Oct 12, 2015 2:23 pm
- Forum: SMILE
- Topic: Setting node positions with c++
- Replies: 2
- Views: 12307
Setting node positions with c++
Hi all,
I'm looking for a way to specify the layout of my network, i.e. the node positions. I found SetNodePosition() for JSMILE, but I couldn't find an equivalent function in SMILE. Is it possible to provide coordinates for a node's position with c++?
Thanks!
Wiebke
I'm looking for a way to specify the layout of my network, i.e. the node positions. I found SetNodePosition() for JSMILE, but I couldn't find an equivalent function in SMILE. Is it possible to provide coordinates for a node's position with c++?
Thanks!
Wiebke