📄 classbayesian__filter_1_1sample__state__filter.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"><title>Bayes++ Bayesian Filtering Classes: Bayesian_filter::Sample_state_filter class Reference</title><link href="doxygen.css" rel="stylesheet" type="text/css"></head><body><!-- Generated by Doxygen 1.3.2 --><div class="qindex"><a class="qindex" href="index.html">Main Page</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="hierarchy.html">Class Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical List</a> | <a class="qindex" href="annotated.html">Compound List</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="namespacemembers.html">Namespace Members</a> | <a class="qindex" href="functions.html">Compound Members</a> | <a class="qindex" href="globals.html">File Members</a></div><h1>Bayesian_filter::Sample_state_filter Class Reference</h1><code>#include <<a class="el" href="bayesFlt_8hpp-source.html">bayesFlt.hpp</a>></code><p><p>Inheritance diagram for Bayesian_filter::Sample_state_filter:<p><center><img src="classBayesian__filter_1_1Sample__state__filter.png" usemap="#Bayesian_filter::Sample_state_filter_map" border="0" alt=""></center><map name="Bayesian_filter::Sample_state_filter_map"><area href="classBayesian__filter_1_1Bayes__filter__base.html" alt="Bayesian_filter::Bayes_filter_base" shape="rect" coords="165,56,485,80"><area href="classBayesian__filter_1_1Bayes__base.html" alt="Bayesian_filter::Bayes_base" shape="rect" coords="165,0,485,24"><area href="classBayesian__filter_1_1Sample__filter.html" alt="Bayesian_filter::Sample_filter" shape="rect" coords="165,168,485,192"><area href="classBayesian__filter_1_1SIR__scheme.html" alt="Bayesian_filter::SIR_scheme" shape="rect" coords="165,224,485,248"><area href="structBayesian__filter_1_1Filter__scheme_3_01SIR__scheme_01_4.html" alt="Bayesian_filter::Filter_scheme< SIR_scheme >" shape="rect" coords="0,280,320,304"><area href="classBayesian__filter_1_1SIR__kalman__scheme.html" alt="Bayesian_filter::SIR_kalman_scheme" shape="rect" coords="330,280,650,304"><area href="structBayesian__filter_1_1Filter__scheme_3_01SIR__kalman__scheme_01_4.html" alt="Bayesian_filter::Filter_scheme< SIR_kalman_scheme >" shape="rect" coords="330,336,650,360"></map><a href="classBayesian__filter_1_1Sample__state__filter-members.html">List of all members.</a><table border=0 cellpadding=0 cellspacing=0><tr><td></td></tr><tr><td colspan=2><br><h2>Public Member Functions</h2></td></tr><tr><td class="memItemLeft" nowrap align=right valign=top> </td><td class="memItemRight" valign=bottom><a class="el" href="classBayesian__filter_1_1Sample__state__filter.html#a0">Sample_state_filter</a> (size_t x_size, size_t s_size)</td></tr><tr><td class="memItemLeft" nowrap align=right valign=top> </td><td class="memItemRight" valign=bottom><a class="el" href="classBayesian__filter_1_1Sample__state__filter.html#a1">~Sample_state_filter</a> ()=0</td></tr><tr><td class="memItemLeft" nowrap align=right valign=top>virtual void </td><td class="memItemRight" valign=bottom><a class="el" href="classBayesian__filter_1_1Sample__state__filter.html#a2">init_S</a> ()=0</td></tr><tr><td class="memItemLeft" nowrap align=right valign=top>void </td><td class="memItemRight" valign=bottom><a class="el" href="classBayesian__filter_1_1Sample__state__filter.html#a3">init_sample</a> (const FM::ColMatrix &initS)</td></tr><tr><td class="memItemLeft" nowrap align=right valign=top>virtual <a class="el" href="classBayesian__filter_1_1Bayes__base.html#w0">Float</a> </td><td class="memItemRight" valign=bottom><a class="el" href="classBayesian__filter_1_1Sample__state__filter.html#a4">update_resample</a> ()=0</td></tr><tr><td class="memItemLeft" nowrap align=right valign=top>size_t </td><td class="memItemRight" valign=bottom><a class="el" href="classBayesian__filter_1_1Sample__state__filter.html#a5">unique_samples</a> () const</td></tr><tr><td colspan=2><br><h2>Public Attributes</h2></td></tr><tr><td class="memItemLeft" nowrap align=right valign=top>FM::ColMatrix </td><td class="memItemRight" valign=bottom><a class="el" href="classBayesian__filter_1_1Sample__state__filter.html#o0">S</a></td></tr></table><hr><h2>Constructor & Destructor Documentation</h2><a name="a0" doxytag="Bayesian_filter::Sample_state_filter::Sample_state_filter"></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> Bayesian_filter::Sample_state_filter::Sample_state_filter </td> <td class="md" valign="top">( </td> <td class="md" nowrap valign="top">size_t </td> <td class="mdname" nowrap> <em>x_size</em>, </td> </tr> <tr> <td></td> <td></td> <td class="md" nowrap>size_t </td> <td class="mdname" nowrap> <em>s_size</em></td> </tr> <tr> <td></td> <td class="md">) </td> <td class="md" colspan="2"></td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p> </td> </tr></table><a name="a1" doxytag="Bayesian_filter::Sample_state_filter::~Sample_state_filter"></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> Bayesian_filter::Sample_state_filter::~<a class="el" href="classBayesian__filter_1_1Sample__state__filter.html">Sample_state_filter</a> </td> <td class="md" valign="top">( </td> <td class="mdname1" valign="top" nowrap> </td> <td class="md" valign="top"> ) </td> <td class="md" nowrap><code> [pure virtual]</code></td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p> </td> </tr></table><hr><h2>Member Function Documentation</h2><a name="a2" doxytag="Bayesian_filter::Sample_state_filter::init_S"></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> virtual void Bayesian_filter::Sample_state_filter::init_S </td> <td class="md" valign="top">( </td> <td class="mdname1" valign="top" nowrap> </td> <td class="md" valign="top"> ) </td> <td class="md" nowrap><code> [pure virtual]</code></td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p><p>Implemented in <a class="el" href="classBayesian__filter_1_1SIR__scheme.html#a2">Bayesian_filter::SIR_scheme</a>. </td> </tr></table><a name="a3" doxytag="Bayesian_filter::Sample_state_filter::init_sample"></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> void Bayesian_filter::Sample_state_filter::init_sample </td> <td class="md" valign="top">( </td> <td class="md" nowrap valign="top">const FM::ColMatrix & </td> <td class="mdname1" valign="top" nowrap> <em>initS</em> </td> <td class="md" valign="top"> ) </td> <td class="md" nowrap></td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p> </td> </tr></table><a name="a5" doxytag="Bayesian_filter::Sample_state_filter::unique_samples"></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> size_t Bayesian_filter::Sample_state_filter::unique_samples </td> <td class="md" valign="top">( </td> <td class="mdname1" valign="top" nowrap> </td> <td class="md" valign="top"> ) </td> <td class="md" nowrap> const</td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p> </td> </tr></table><a name="a4" doxytag="Bayesian_filter::Sample_state_filter::update_resample"></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> virtual <a class="el" href="classBayesian__filter_1_1Bayes__base.html#w0">Float</a> Bayesian_filter::Sample_state_filter::update_resample </td> <td class="md" valign="top">( </td> <td class="mdname1" valign="top" nowrap> </td> <td class="md" valign="top"> ) </td> <td class="md" nowrap><code> [pure virtual]</code></td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p><p>Implemented in <a class="el" href="classBayesian__filter_1_1SIR__scheme.html#a3">Bayesian_filter::SIR_scheme</a>, and <a class="el" href="classBayesian__filter_1_1SIR__kalman__scheme.html#a3">Bayesian_filter::SIR_kalman_scheme</a>. </td> </tr></table><hr><h2>Member Data Documentation</h2><a name="o0" doxytag="Bayesian_filter::Sample_state_filter::S"></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> FM::ColMatrix <a class="el" href="classBayesian__filter_1_1Sample__state__filter.html#o0">Bayesian_filter::Sample_state_filter::S</a> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p> </td> </tr></table><hr>The documentation for this class was generated from the following files:<ul><li><a class="el" href="bayesFlt_8hpp-source.html">bayesFlt.hpp</a><li><a class="el" href="bayesFlt_8cpp.html">bayesFlt.cpp</a></ul><hr size="1"><address style="align: right;"><small>Generated on Mon Feb 16 11:21:06 2004 for Bayes++ Bayesian Filtering Classes by<a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border=0 > </a>1.3.2 </small></address></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -