27 | | <a name="l00038"></a><a class="code" href="classUIArxDS.html">00038</a> <span class="keyword">class </span><a class="code" href="classUIArxDS.html">UIArxDS</a> : <span class="keyword">public</span> <a class="code" href="classbdm_1_1UIbuilder.html" title="Builds computational object from a UserInfo structure.">UIbuilder</a> { |
28 | | <a name="l00039"></a>00039 <span class="keyword">public</span>: |
29 | | <a name="l00040"></a>00040 <a class="code" href="classUIArxDS.html">UIArxDS</a>() :<a class="code" href="classbdm_1_1UIbuilder.html#c75103dd58395644e80f1eea886c656b" title="Constructor needs to be run only once macro UIREGISTER.">UIbuilder</a> ( <span class="stringliteral">"ArxDS"</span> ) {}; |
30 | | <a name="l00041"></a><a class="code" href="classUIArxDS.html#f29ba9f6bb21461d3c061701b8ba366f">00041</a> <a class="code" href="classbdm_1_1bdmroot.html" title="Root class of BDM objects.">bdmroot</a>* <a class="code" href="classUIArxDS.html#f29ba9f6bb21461d3c061701b8ba366f" title="Function building the computational object.">build</a> ( Setting &S )<span class="keyword"> const </span>{ |
31 | | <a name="l00042"></a>00042 <span class="keywordtype">int</span> nch = S[<span class="stringliteral">"rvs"</span>].getLength(); |
32 | | <a name="l00043"></a>00043 }; |
33 | | <a name="l00044"></a>00044 }; |
34 | | <a name="l00045"></a>00045 |
35 | | <a name="l00046"></a>00046 UIREGISTER ( <a class="code" href="classUIArxDS.html">UIArxDS</a> ); |
36 | | <a name="l00047"></a>00047 |
37 | | <a name="l00048"></a>00048 <span class="preprocessor">#endif // DS_UI_H</span> |
| 27 | <a name="l00051"></a><a class="code" href="classUIArxDS.html">00051</a> <span class="keyword">class </span><a class="code" href="classUIArxDS.html">UIArxDS</a> : <span class="keyword">public</span> <a class="code" href="classbdm_1_1UIbuilder.html" title="Builds computational object from a UserInfo structure.">UIbuilder</a> { |
| 28 | <a name="l00052"></a>00052 <span class="keyword">public</span>: |
| 29 | <a name="l00053"></a>00053 <a class="code" href="classUIArxDS.html">UIArxDS</a>() :<a class="code" href="classbdm_1_1UIbuilder.html#c75103dd58395644e80f1eea886c656b" title="Constructor needs to be run only once macro UIREGISTER.">UIbuilder</a> ( <span class="stringliteral">"ArxDS"</span> ) {}; |
| 30 | <a name="l00054"></a><a class="code" href="classUIArxDS.html#f29ba9f6bb21461d3c061701b8ba366f">00054</a> <a class="code" href="classbdm_1_1bdmroot.html" title="Root class of BDM objects.">bdmroot</a>* <a class="code" href="classUIArxDS.html#f29ba9f6bb21461d3c061701b8ba366f" title="Function building the computational object.">build</a> ( Setting &S )<span class="keyword"> const </span>{ |
| 31 | <a name="l00055"></a>00055 <span class="keywordtype">int</span> ych = S[<span class="stringliteral">"ychns"</span>]; |
| 32 | <a name="l00056"></a>00056 <span class="keywordtype">int</span> uch = S[<span class="stringliteral">"uchns"</span>]; |
| 33 | <a name="l00057"></a>00057 <a class="code" href="classbdm_1_1RV.html" title="Class representing variables, most often random variables.">RV</a> yrv; |
| 34 | <a name="l00058"></a>00058 <a class="code" href="classbdm_1_1RV.html" title="Class representing variables, most often random variables.">RV</a> urv; |
| 35 | <a name="l00059"></a>00059 <a class="code" href="classbdm_1_1RV.html" title="Class representing variables, most often random variables.">RV</a> rrv; |
| 36 | <a name="l00060"></a>00060 <span class="keywordtype">int</span> i,j; |
| 37 | <a name="l00061"></a>00061 <span class="keywordflow">for</span> ( i=0;i<ych; i++ ) {yrv.<a class="code" href="classbdm_1_1RV.html#87841b5ee43997b79789c0c22047e224" title="Add (concat) another variable to the current one,.">add</a> ( <a class="code" href="classbdm_1_1RV.html" title="Class representing variables, most often random variables.">RV</a> ( <span class="stringliteral">"y"</span>+num2str(i),i+1 ));} |
| 38 | <a name="l00062"></a>00062 <span class="keywordflow">for</span> ( j=0;j<uch; j++ ) {urv.<a class="code" href="classbdm_1_1RV.html#87841b5ee43997b79789c0c22047e224" title="Add (concat) another variable to the current one,.">add</a> ( <a class="code" href="classbdm_1_1RV.html" title="Class representing variables, most often random variables.">RV</a> ( <span class="stringliteral">"u"</span>+num2str(i),j+i+1 ));} |
| 39 | <a name="l00063"></a>00063 |
| 40 | <a name="l00064"></a>00064 <a class="code" href="classbdm_1_1RV.html" title="Class representing variables, most often random variables.">RV</a> drv=<a class="code" href="namespacebdm.html#b9016687c0e874ca5cdcf75ae28811aa" title="Concat two random variables.">concat</a> ( yrv,urv ); |
| 41 | <a name="l00065"></a>00065 <span class="comment">//build regressor</span> |
| 42 | <a name="l00066"></a>00066 Setting& ids=S[<span class="stringliteral">"ids"</span>]; |
| 43 | <a name="l00067"></a>00067 Setting& del=S[<span class="stringliteral">"delays"</span>]; |
| 44 | <a name="l00068"></a>00068 |
| 45 | <a name="l00069"></a>00069 <span class="keywordflow">for</span> ( <span class="keywordtype">int</span> i=0;i<ids.getLength(); i++ ) { |
| 46 | <a name="l00070"></a>00070 <a class="code" href="classbdm_1_1RV.html" title="Class representing variables, most often random variables.">RV</a> tmp=drv.<a class="code" href="classbdm_1_1RV.html#c0c04ab99ded62e1e05bcefb151ebeb9" title="Select only variables at indeces ind.">subselect</a> ( vec_1 ( <span class="keywordtype">int</span> ( ids[i] )-1 ) ); |
| 47 | <a name="l00071"></a>00071 tmp.<a class="code" href="classbdm_1_1RV.html#bd77cb0899f7fba1d0e34396137b7f1f" title="Shift time shifted by delta.">t</a> ( <span class="keywordtype">int</span> ( del[i] ) ); |
| 48 | <a name="l00072"></a>00072 rrv.<a class="code" href="classbdm_1_1RV.html#87841b5ee43997b79789c0c22047e224" title="Add (concat) another variable to the current one,.">add</a> ( tmp ); |
| 49 | <a name="l00073"></a>00073 } |
| 50 | <a name="l00074"></a>00074 |
| 51 | <a name="l00075"></a>00075 ARXDS* tmp = <span class="keyword">new</span> ARXDS ( yrv, urv, rrv ); |
| 52 | <a name="l00076"></a>00076 mat Th=getmat ( S[<span class="stringliteral">"theta"</span>],rrv.<a class="code" href="classbdm_1_1RV.html#2174751a00ce19f941edd2c1a861be67" title="Return number of scalars in the RV.">count</a>() ); |
| 53 | <a name="l00077"></a>00077 vec mu0; |
| 54 | <a name="l00078"></a>00078 <span class="keywordflow">if</span> ( S.exists ( <span class="stringliteral">"offset"</span> ) ) { |
| 55 | <a name="l00079"></a>00079 mu0=getvec ( S[<span class="stringliteral">"offset"</span>] ); |
| 56 | <a name="l00080"></a>00080 } |
| 57 | <a name="l00081"></a>00081 <span class="keywordflow">else</span> { |
| 58 | <a name="l00082"></a>00082 mu0=zeros ( yrv.<a class="code" href="classbdm_1_1RV.html#2174751a00ce19f941edd2c1a861be67" title="Return number of scalars in the RV.">count</a>() ); |
| 59 | <a name="l00083"></a>00083 } |
| 60 | <a name="l00084"></a>00084 <a class="code" href="classchmat.html" title="Symmetric matrix stored in square root decomposition using upper cholesky.">chmat</a> sqR ( getmat ( S[<span class="stringliteral">"r"</span>],yrv.<a class="code" href="classbdm_1_1RV.html#2174751a00ce19f941edd2c1a861be67" title="Return number of scalars in the RV.">count</a>() ) ); |
| 61 | <a name="l00085"></a>00085 tmp->set_parameters ( Th,mu0,sqR ); |
| 62 | <a name="l00086"></a>00086 <span class="keywordflow">if</span> (S.exists(<span class="stringliteral">"opt"</span>)){tmp->set_options(S[<span class="stringliteral">"opt"</span>]);} |
| 63 | <a name="l00087"></a>00087 <span class="keywordflow">return</span> tmp; |
| 64 | <a name="l00088"></a>00088 }; |
| 65 | <a name="l00089"></a>00089 }; |
| 66 | <a name="l00090"></a>00090 |
| 67 | <a name="l00091"></a>00091 UIREGISTER ( <a class="code" href="classUIArxDS.html">UIArxDS</a> ); |
| 68 | <a name="l00092"></a>00092 |
| 69 | <a name="l00123"></a>00123 <span class="keyword">class </span>UistateDS : <span class="keyword">public</span> <a class="code" href="classbdm_1_1UIbuilder.html" title="Builds computational object from a UserInfo structure.">UIbuilder</a> { |
| 70 | <a name="l00124"></a>00124 <span class="keyword">public</span>: |
| 71 | <a name="l00125"></a>00125 UIstateDS() :<a class="code" href="classbdm_1_1UIbuilder.html" title="Builds computational object from a UserInfo structure.">UIbuilder</a> ( <span class="stringliteral">"stateDS"</span> ) {}; |
| 72 | <a name="l00126"></a>00126 <a class="code" href="classbdm_1_1bdmroot.html" title="Root class of BDM objects.">bdmroot</a>* <a class="code" href="classbdm_1_1UIbuilder.html#193cede6302669ff48dfd8ab3b7e31f8" title="Function building the computational object.">build</a> ( Setting &S )<span class="keyword"> const </span>{ |
| 73 | <a name="l00127"></a>00127 <span class="keywordflow">return</span> <span class="keyword">new</span> stateDS(<a class="code" href="namespacebdm.html#b547b14af614cba1ab6c8942dde34462" title="Prototype of a UI builder. Return value is by the second argument since it type checking...">UIbuild</a>(S[<span class="stringliteral">"IM"</span>],S[<span class="stringliteral">"OM"</span>],getrv(S[<span class="stringliteral">"IM"</span>][<span class="stringliteral">"rvu"</span>]))); |
| 74 | <a name="l00128"></a>00128 } |
| 75 | <a name="l00129"></a>00129 }; |
| 76 | <a name="l00130"></a>00130 |
| 77 | <a name="l00131"></a>00131 <span class="preprocessor">#endif // DS_UI_H</span> |