Show
Ignore:
Timestamp:
10/12/09 13:49:39 (15 years ago)
Author:
mido
Message:

\doc directory cleaned a bit

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/doc/html/main.html

    r641 r651  
    1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
    2 <html xmlns="http://www.w3.org/1999/xhtml"> 
    3 <head> 
    4 <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> 
     1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 
     2<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> 
    53<title>mixpp: Bayesian Decision-Making toolbox for C++</title> 
    6 <link href="tabs.css" rel="stylesheet" type="text/css"/> 
    7 <link href="doxygen.css" rel="stylesheet" type="text/css"/> 
    8 </head> 
    9 <body> 
    10 <!-- Generated by Doxygen 1.6.1 --> 
     4<link href="tabs.css" rel="stylesheet" type="text/css"> 
     5<link href="doxygen.css" rel="stylesheet" type="text/css"> 
     6</head><body> 
     7<!-- Generated by Doxygen 1.5.9 --> 
    118<script type="text/javascript"> 
    129<!-- 
     
    6158</div> 
    6259<div class="contents"> 
    63 <h1>Bayesian Decision-Making toolbox for C++</h1><h3>1 </h3><dl class="version"><dt><b>Version:</b></dt><dd>0.1</dd></dl> 
    64 <dl class="author"><dt><b>Author:</b></dt><dd>Vaclav Smidl</dd></dl> 
    65 <p>BDM is a collection of methods for selected tasks of Bayesian decision-making, such as estimation, filtering and control.</p> 
    66 <h2><a class="anchor" id="fea"> 
     60<h1>Bayesian Decision-Making toolbox for C++</h1> 
     61<p> 
     62<h3 align="center">1 </h3><dl class="version" compact><dt><b>Version:</b></dt><dd>0.1</dd></dl> 
     63<dl class="author" compact><dt><b>Author:</b></dt><dd>Vaclav Smidl</dd></dl> 
     64BDM is a collection of methods for selected tasks of Bayesian decision-making, such as estimation, filtering and control.<h2><a class="anchor" name="fea"> 
    6765Features</a></h2> 
    68 <p>At present the following algorithms are implemented:</p> 
     66At present the following algorithms are implemented:<ul> 
     67<li><b>Bayesian</b> <b>filtering</b> : Kalman filter, EKF, patricle filter (PF),<ul> 
     68<li>these can be combined mutualy together in mode demanding schemes, see marginalized particle filter MPF</li></ul> 
     69</li></ul> 
     70<p> 
    6971<ul> 
    70 <li><b>Bayesian</b> <b>filtering</b> : Kalman filter, EKF, patricle filter (PF),<ul> 
    71 <li>these can be combined mutualy together in mode demanding schemes, see marginalized particle filter MPF</li> 
    72 </ul> 
    73 </li> 
    74 </ul> 
    75 <ul> 
    76 <li><b>Classification</b> using mixtures of exponential famiuly models (MixEF),</li> 
    77 <li><b>Density</b> <b>estimation</b> : using mixtures (MixEF), density composition (merger)</li> 
    78 </ul> 
    79 <h2><a class="anchor" id="down"> 
     72<li><b>Classification</b> using mixtures of exponential famiuly models (MixEF),</li><li><b>Density</b> <b>estimation</b> : using mixtures (MixEF), density composition (merger)</li></ul> 
     73<h2><a class="anchor" name="down"> 
    8074Download and Use</a></h2> 
    81 <p>The library is available under GPL, see installation instructions on page <a class="el" href="install.html">BDM Use - Installation</a></p> 
    82 <p>Precompiled Mex files for use within Matlab are available <a class="el" href="mexfiles.html">How to write and use mex files for Matlab</a></p> 
    83 <h2><a class="anchor" id="app"> 
     75The library is available under GPL, see installation instructions on page <a class="el" href="install.html">BDM Use - Installation</a><p> 
     76Precompiled Mex files for use within Matlab are available <a class="el" href="mexfiles.html">How to write and use mex files for Matlab</a><h2><a class="anchor" name="app"> 
    8477Design Approach</a></h2> 
    85 <p>The toolbox is designed using <b>object-oriented</b> approach with two design criteria: </p> 
    86 <ul> 
     78The toolbox is designed using <b>object-oriented</b> approach with two design criteria: <ul> 
    8779<li>relation to mathematics, </li> 
    8880<li>efficient evaluation, while the first one is more important than the latter.</li> 
    8981</ul> 
    90 <p>Hence, each mathematical object such as probability density is represented by one software object. The resulting algorithms are then implemented as operations on these objects. In cases when more efficient solution can be achived when this structure is not respected, a parallel implementation is created and clearly marked as specific.</p> 
    91 <p>OpenMP is used to achive efficient implementation on parallel architectures.</p> 
    92 <h2><a class="anchor" id="impl"> 
     82Hence, each mathematical object such as probability density is represented by one software object. The resulting algorithms are then implemented as operations on these objects. In cases when more efficient solution can be achived when this structure is not respected, a parallel implementation is created and clearly marked as specific.<p> 
     83OpenMP is used to achive efficient implementation on parallel architectures.<h2><a class="anchor" name="impl"> 
    9384Implementation</a></h2> 
    94 <p>BDM is build on top of <code>IT++</code> which wraps numerically efficient operations of linear algebra into easy to use C++ classes. Thanks to this excellent library, writing of numerical algorithms is as easy as in Matlab but we gain significant advantages:</p> 
     85BDM is build on top of <code>IT++</code> which wraps numerically efficient operations of linear algebra into easy to use C++ classes. Thanks to this excellent library, writing of numerical algorithms is as easy as in Matlab but we gain significant advantages:<p> 
    9586<ul> 
    9687<li>computational speed comparable to built-in Matlab function, and surpassing interpreted Matlab in order of magnitudes, </li> 
     
    10091</ul> 
    10192</div> 
    102 <hr size="1"/><address style="text-align: right;"><small>Generated on Sun Sep 27 00:49:04 2009 for mixpp by&nbsp; 
     93<hr size="1"><address style="text-align: right;"><small>Generated on Wed Oct 7 17:34:42 2009 for mixpp by&nbsp; 
    10394<a href="http://www.doxygen.org/index.html"> 
    104 <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> 
     95<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address> 
    10596</body> 
    10697</html>