You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CMSIS-DSP/v1.12.0/arm_bayes_example_f32_8c-ex...

268 lines
19 KiB
HTML

<!-- HTML header for doxygen 1.9.2-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>CMSIS-DSP: arm_bayes_example_f32.c</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<script type="text/javascript" src="footer.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(document).ready(function() { init_search(); });
/* @license-end */
</script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
extensions: ["tex2jax.js", "TeX/AMSmath.js", "TeX/AMSsymbols.js"],
jax: ["input/TeX","output/HTML-CSS"],
});
</script>
<script type="text/javascript" async="async" src="https://cdn.jsdelivr.net/npm/mathjax@2/MathJax.js"></script>
<link href="$extra_stylesheet" rel="stylesheet" type="text/css" />
<link href="extra_stylesheet.css" rel="stylesheet" type="text/css"/>
<link href="version.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="../version.js"></script>
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 55px;">
<td id="projectlogo" style="padding: 1.5em;"><img alt="Logo" src="cmsis_logo_white_small.png"/></td>
<td style="padding-left: 1em; padding-bottom: 1em;padding-top: 1em;">
<div id="projectname">CMSIS-DSP
&#160;<span id="projectnumber"><script type="text/javascript">
<!--
writeHeader.call(this);
writeVersionDropdown(this);
//-->
</script>
</span>
</div>
<div id="projectbrief">CMSIS DSP Software Library</div>
</td>
<!--END !PROJECT_NAME-->
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.2 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search",'Search','.html');
/* @license-end */
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main&#160;Page</span></a></li>
<li><a href="pages.html"><span>Usage&#160;and&#160;Description</span></a></li>
<li><a href="modules.html"><span>&#160;API&#160;Reference</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.svg"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.svg" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(document).ready(function(){initNavTree('arm_bayes_example_f32_8c-example.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="headertitle"><div class="title">arm_bayes_example_f32.c</div></div>
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"><span class="comment">/* ----------------------------------------------------------------------</span></div>
<div class="line"><span class="comment">* Copyright (C) 2019-2020 ARM Limited. All rights reserved.</span></div>
<div class="line"><span class="comment">*</span></div>
<div class="line"><span class="comment">* $Date: 09. December 2019</span></div>
<div class="line"><span class="comment">* $Revision: V1.0.0</span></div>
<div class="line"><span class="comment">*</span></div>
<div class="line"><span class="comment">* Project: CMSIS DSP Library</span></div>
<div class="line"><span class="comment">* Title: arm_bayes_example_f32.c</span></div>
<div class="line"><span class="comment">*</span></div>
<div class="line"><span class="comment">* Description: Example code demonstrating how to use Bayes functions.</span></div>
<div class="line"><span class="comment">*</span></div>
<div class="line"><span class="comment">* Target Processor: Cortex-M/Cortex-A</span></div>
<div class="line"><span class="comment">*</span></div>
<div class="line"><span class="comment">* Redistribution and use in source and binary forms, with or without</span></div>
<div class="line"><span class="comment">* modification, are permitted provided that the following conditions</span></div>
<div class="line"><span class="comment">* are met:</span></div>
<div class="line"><span class="comment">* - Redistributions of source code must retain the above copyright</span></div>
<div class="line"><span class="comment">* notice, this list of conditions and the following disclaimer.</span></div>
<div class="line"><span class="comment">* - Redistributions in binary form must reproduce the above copyright</span></div>
<div class="line"><span class="comment">* notice, this list of conditions and the following disclaimer in</span></div>
<div class="line"><span class="comment">* the documentation and/or other materials provided with the</span></div>
<div class="line"><span class="comment">* distribution.</span></div>
<div class="line"><span class="comment">* - Neither the name of ARM LIMITED nor the names of its contributors</span></div>
<div class="line"><span class="comment">* may be used to endorse or promote products derived from this</span></div>
<div class="line"><span class="comment">* software without specific prior written permission.</span></div>
<div class="line"><span class="comment">*</span></div>
<div class="line"><span class="comment">* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS</span></div>
<div class="line"><span class="comment">* &quot;AS IS&quot; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT</span></div>
<div class="line"><span class="comment">* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS</span></div>
<div class="line"><span class="comment">* FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE</span></div>
<div class="line"><span class="comment">* COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,</span></div>
<div class="line"><span class="comment">* INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,</span></div>
<div class="line"><span class="comment">* BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;</span></div>
<div class="line"><span class="comment">* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER</span></div>
<div class="line"><span class="comment">* CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT</span></div>
<div class="line"><span class="comment">* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN</span></div>
<div class="line"><span class="comment">* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE</span></div>
<div class="line"><span class="comment">* POSSIBILITY OF SUCH DAMAGE.</span></div>
<div class="line"><span class="comment">* -------------------------------------------------------------------- */</span></div>
<div class="line"> </div>
<div class="line"><span class="preprocessor">#include &lt;math.h&gt;</span></div>
<div class="line"><span class="preprocessor">#include &lt;stdio.h&gt;</span></div>
<div class="line"><span class="preprocessor">#include &quot;<a class="code" href="arm__math_8h.html">arm_math.h</a>&quot;</span></div>
<div class="line"> </div>
<div class="line"><span class="comment">/* </span></div>
<div class="line"><span class="comment">Those parameters can be generated with the python library scikit-learn.</span></div>
<div class="line"><span class="comment">*/</span></div>
<div class="line"><a id="_a0" name="_a0"></a><a class="code hl_struct" href="structarm__gaussian__naive__bayes__instance__f32.html" title="Instance structure for Naive Gaussian Bayesian estimator.">arm_gaussian_naive_bayes_instance_f32</a> S;</div>
<div class="line"> </div>
<div class="line"><span class="preprocessor">#define NB_OF_CLASSES 3</span></div>
<div class="line"><span class="preprocessor">#define VECTOR_DIMENSION 2</span></div>
<div class="line"> </div>
<div class="line"><span class="keyword">const</span> <a class="code hl_typedef" href="arm__math__types_8h.html#a4611b605e45ab401f02cab15c5e38715" title="32-bit floating-point type definition.">float32_t</a> <a id="a1" name="a1"></a><a class="code hl_variable" href="arm__bayes__example__f32_8c.html#ae7fe0f955f8f87f9f8c171b7663542f2">theta</a>[<a id="a2" name="a2"></a><a class="code hl_define" href="arm__bayes__example__f32_8c.html#a29d34219689e613d2e2cf860c62b3061">NB_OF_CLASSES</a>*<a id="a3" name="a3"></a><a class="code hl_define" href="arm__bayes__example__f32_8c.html#a98d2e2076140b796ee1cb5f3e77248a7">VECTOR_DIMENSION</a>] = {</div>
<div class="line"> 1.4539529436590528f, 0.8722776016801852f, </div>
<div class="line"> -1.5267934452462473f, 0.903204577814203f, </div>
<div class="line"> -0.15338006360932258f, -2.9997913665803964f</div>
<div class="line">}; </div>
<div class="line"><span class="keyword">const</span> <a class="code hl_typedef" href="arm__math__types_8h.html#a4611b605e45ab401f02cab15c5e38715" title="32-bit floating-point type definition.">float32_t</a> <a id="a4" name="a4"></a><a class="code hl_variable" href="arm__bayes__example__f32_8c.html#ae008289e1f4de0874d81e2fc12933f3b">sigma</a>[<a class="code hl_define" href="arm__bayes__example__f32_8c.html#a29d34219689e613d2e2cf860c62b3061">NB_OF_CLASSES</a>*<a class="code hl_define" href="arm__bayes__example__f32_8c.html#a98d2e2076140b796ee1cb5f3e77248a7">VECTOR_DIMENSION</a>] = {</div>
<div class="line"> 1.0063470889514925f, 0.9038018246524426f, </div>
<div class="line"> 1.0224479953244736f, 0.7768764290432544f, </div>
<div class="line"> 1.1217662403241206f, 1.2303890106020325f</div>
<div class="line">}; </div>
<div class="line"><span class="keyword">const</span> <a class="code hl_typedef" href="arm__math__types_8h.html#a4611b605e45ab401f02cab15c5e38715" title="32-bit floating-point type definition.">float32_t</a> <a id="a5" name="a5"></a><a class="code hl_variable" href="arm__bayes__example__f32_8c.html#ac2318692fe990ccc10f1365545d93402">classPriors</a>[<a class="code hl_define" href="arm__bayes__example__f32_8c.html#a29d34219689e613d2e2cf860c62b3061">NB_OF_CLASSES</a>] = {</div>
<div class="line"> 0.3333333333333333f, 0.3333333333333333f, 0.3333333333333333f</div>
<div class="line">}; </div>
<div class="line">int32_t <a id="a6" name="a6"></a><a class="code hl_function" href="arm__bayes__example__f32_8c.html#a52d2cba30e6946c95578be946ac12a65">main</a>(<span class="keywordtype">void</span>)</div>
<div class="line">{</div>
<div class="line"> <span class="comment">/* Array of input data */</span></div>
<div class="line"> <a class="code hl_typedef" href="arm__math__types_8h.html#a4611b605e45ab401f02cab15c5e38715" title="32-bit floating-point type definition.">float32_t</a> in[2];</div>
<div class="line"> </div>
<div class="line"> <span class="comment">/* Result of the classifier */</span></div>
<div class="line"> <a class="code hl_typedef" href="arm__math__types_8h.html#a4611b605e45ab401f02cab15c5e38715" title="32-bit floating-point type definition.">float32_t</a> result[<a class="code hl_define" href="arm__bayes__example__f32_8c.html#a29d34219689e613d2e2cf860c62b3061">NB_OF_CLASSES</a>];</div>
<div class="line"> <a class="code hl_typedef" href="arm__math__types_8h.html#a4611b605e45ab401f02cab15c5e38715" title="32-bit floating-point type definition.">float32_t</a> temp[<a class="code hl_define" href="arm__bayes__example__f32_8c.html#a29d34219689e613d2e2cf860c62b3061">NB_OF_CLASSES</a>];</div>
<div class="line"> <a class="code hl_typedef" href="arm__math__types_8h.html#a4611b605e45ab401f02cab15c5e38715" title="32-bit floating-point type definition.">float32_t</a> maxProba;</div>
<div class="line"> uint32_t index;</div>
<div class="line"> </div>
<div class="line"> S.<a id="a7" name="a7"></a><a class="code hl_variable" href="structarm__gaussian__naive__bayes__instance__f32.html#ac0020a4e04df9d200969b1ba84799d88">vectorDimension</a> = <a class="code hl_define" href="arm__bayes__example__f32_8c.html#a98d2e2076140b796ee1cb5f3e77248a7">VECTOR_DIMENSION</a>; </div>
<div class="line"> S.<a id="a8" name="a8"></a><a class="code hl_variable" href="structarm__gaussian__naive__bayes__instance__f32.html#a40aa206e9576a40e06c7eafbf881b49e">numberOfClasses</a> = <a class="code hl_define" href="arm__bayes__example__f32_8c.html#a29d34219689e613d2e2cf860c62b3061">NB_OF_CLASSES</a>; </div>
<div class="line"> S.<a id="a9" name="a9"></a><a class="code hl_variable" href="structarm__gaussian__naive__bayes__instance__f32.html#a60ddd36c1b1e0c25bc9d3e09e59c7d40">theta</a> = <a class="code hl_variable" href="arm__bayes__example__f32_8c.html#ae7fe0f955f8f87f9f8c171b7663542f2">theta</a>; </div>
<div class="line"> S.<a id="a10" name="a10"></a><a class="code hl_variable" href="structarm__gaussian__naive__bayes__instance__f32.html#a42033b12e3779c533791e69d144bf8b0">sigma</a> = <a class="code hl_variable" href="arm__bayes__example__f32_8c.html#ae008289e1f4de0874d81e2fc12933f3b">sigma</a>; </div>
<div class="line"> S.<a id="a11" name="a11"></a><a class="code hl_variable" href="structarm__gaussian__naive__bayes__instance__f32.html#a3643f22834fcd6a940367776b7ef3674">classPriors</a> = <a class="code hl_variable" href="arm__bayes__example__f32_8c.html#ac2318692fe990ccc10f1365545d93402">classPriors</a>; </div>
<div class="line"> S.<a id="a12" name="a12"></a><a class="code hl_variable" href="structarm__gaussian__naive__bayes__instance__f32.html#ad2b99521268e7cfcceceb2a14dd8b9a1">epsilon</a>=4.328939296523643e-09f; </div>
<div class="line"> </div>
<div class="line"> in[0] = 1.5f;</div>
<div class="line"> in[1] = 1.0f;</div>
<div class="line"> </div>
<div class="line"> index = <a id="a13" name="a13"></a><a class="code hl_function" href="group__groupBayes.html#ga23f942747fc13865a66bf14bb44dd299" title="Naive Gaussian Bayesian Estimator.">arm_gaussian_naive_bayes_predict_f32</a>(&amp;S, in, result,temp);</div>
<div class="line"> </div>
<div class="line"> maxProba = result[index];</div>
<div class="line"> </div>
<div class="line"><span class="preprocessor">#if defined(SEMIHOSTING)</span></div>
<div class="line"> printf(<span class="stringliteral">&quot;Class = %d\n&quot;</span>, index);</div>
<div class="line"> printf(<span class="stringliteral">&quot;Max proba = %f\n&quot;</span>, (<span class="keywordtype">double</span>)maxProba);</div>
<div class="line"><span class="preprocessor">#endif</span></div>
<div class="line"> </div>
<div class="line"> in[0] = -1.5f;</div>
<div class="line"> in[1] = 1.0f;</div>
<div class="line"> </div>
<div class="line"> index = <a class="code hl_function" href="group__groupBayes.html#ga23f942747fc13865a66bf14bb44dd299" title="Naive Gaussian Bayesian Estimator.">arm_gaussian_naive_bayes_predict_f32</a>(&amp;S, in, result,temp);</div>
<div class="line"> </div>
<div class="line"> maxProba = result[index];</div>
<div class="line"> </div>
<div class="line"><span class="preprocessor">#if defined(SEMIHOSTING)</span></div>
<div class="line"> printf(<span class="stringliteral">&quot;Class = %d\n&quot;</span>, index);</div>
<div class="line"> printf(<span class="stringliteral">&quot;Max proba = %f\n&quot;</span>, (<span class="keywordtype">double</span>)maxProba);</div>
<div class="line"><span class="preprocessor">#endif</span></div>
<div class="line"> </div>
<div class="line"> in[0] = 0.0f;</div>
<div class="line"> in[1] = -3.0f;</div>
<div class="line"> </div>
<div class="line"> index = <a class="code hl_function" href="group__groupBayes.html#ga23f942747fc13865a66bf14bb44dd299" title="Naive Gaussian Bayesian Estimator.">arm_gaussian_naive_bayes_predict_f32</a>(&amp;S, in, result,temp);</div>
<div class="line"> </div>
<div class="line"> maxProba = result[index];</div>
<div class="line"> </div>
<div class="line"><span class="preprocessor">#if defined(SEMIHOSTING)</span></div>
<div class="line"> printf(<span class="stringliteral">&quot;Class = %d\n&quot;</span>, index);</div>
<div class="line"> printf(<span class="stringliteral">&quot;Max proba = %f\n&quot;</span>, (<span class="keywordtype">double</span>)maxProba);</div>
<div class="line"><span class="preprocessor">#endif</span></div>
<div class="line"> </div>
<div class="line"><span class="preprocessor">#if !defined(SEMIHOSTING)</span></div>
<div class="line"> <span class="keywordflow">while</span> (1); <span class="comment">/* main function does not return */</span></div>
<div class="line"><span class="preprocessor">#endif</span></div>
<div class="line">}</div>
<div class="line"> </div>
<div class="line"> </div>
<div class="line"> </div>
</div><!-- fragment --> </div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">
<script type="text/javascript">
<!--
writeFooter.call(this);
//-->
</script>
</li>
</ul>
</div>
</body>
</html>