VOIDP--haskell-implementation-for-the-optimal-value-of-information-in-chain-models
文件大小:
unknow
资源说明:VOIDP algorithm implemented in Haskell
VOIDP algorithm implemented in Haskell. To compile voidp.hs, > ghc --make -O2 voidp.hs -rtsopts -optl -llapack -lblas -fforce-recomp To run an example, > voidp hmm_prior.txt hmm_transmat.txt hmm_obsmat.txt 24 7 The hmm_prior.txt, hmm_transmat.txt and hmm_obsmat.txt describe a Hidden Markov Model, they stand for prior, transition and observation matrices, respectively. An example of them is given in the example folder. The following arguments are dimension (as 24 in the example above) and number of selections (as 7 in the example above). Under the DLL folder exists a Vodip DLL file, which can be called by C, C++, or C#. A tester C++ program file is in the example folder. After compile the Tester_voidp.cpp, you can run it as well like this: > Tester_voidp hmm_prior.txt hmm_transmat.txt hmm_obsmat.txt 24 7 References: Andreas Krause and Carlos Guestrin. 2009. Optimal value of information in graphical models. J. Artif. Int. Res. 35, 1 (July 2009), 557-591. Qi Qi; Yi Shang; Hongchi Shi; , "An improved algorithm for optimal subset selection in chain graphical models," Evolutionary Computation (CEC), 2010 IEEE Congress on , vol., no., pp.1-6, 18-23 July 2010 doi: 10.1109/CEC.2010.5586022 URL: http://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=5586022&isnumber=5585910
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。