131 lines
26 KiB
HTML
131 lines
26 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://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=9"/>
|
|
<meta name="generator" content="Doxygen 1.8.11"/>
|
|
<title>mlpack: src/mlpack/methods/ann/layer/concat_performance.hpp Source File</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>
|
|
<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">
|
|
$(document).ready(function() { init_search(); });
|
|
</script>
|
|
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
|
<link href="extra-stylesheet.css" rel="stylesheet" type="text/css"/>
|
|
</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: 56px;">
|
|
<td id="projectalign" style="padding-left: 0.5em;">
|
|
<div id="projectname">mlpack
|
|
 <span id="projectnumber">master</span>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<!-- end header part -->
|
|
<!-- Generated by Doxygen 1.8.11 -->
|
|
<script type="text/javascript">
|
|
var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
|
</script>
|
|
<div id="navrow1" class="tabs">
|
|
<ul class="tablist">
|
|
<li><a href="index.html"><span>Main Page</span></a></li>
|
|
<li><a href="pages.html"><span>Related Pages</span></a></li>
|
|
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
|
|
<li><a href="annotated.html"><span>Classes</span></a></li>
|
|
<li class="current"><a href="files.html"><span>Files</span></a></li>
|
|
<li>
|
|
<div id="MSearchBox" class="MSearchBoxInactive">
|
|
<span class="left">
|
|
<img id="MSearchSelect" src="search/mag_sel.png"
|
|
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.png" alt=""/></a>
|
|
</span>
|
|
</div>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div id="navrow2" class="tabs2">
|
|
<ul class="tablist">
|
|
<li><a href="files.html"><span>File List</span></a></li>
|
|
<li><a href="globals.html"><span>File Members</span></a></li>
|
|
</ul>
|
|
</div>
|
|
<!-- 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 id="nav-path" class="navpath">
|
|
<ul>
|
|
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_44a936ef30fc126706c6284a2fc0c990.html">mlpack</a></li><li class="navelem"><a class="el" href="dir_3cfbf900288ec2fe8dd2c2c8482f216e.html">methods</a></li><li class="navelem"><a class="el" href="dir_04cdefcc9a97fb221ee3f2d7fb8aab76.html">ann</a></li><li class="navelem"><a class="el" href="dir_104798ce316d01262d69b00f4c94ed15.html">layer</a></li> </ul>
|
|
</div>
|
|
</div><!-- top -->
|
|
<div class="header">
|
|
<div class="headertitle">
|
|
<div class="title">concat_performance.hpp</div> </div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
<a href="concat__performance_8hpp.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> </div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="preprocessor">#ifndef MLPACK_METHODS_ANN_LAYER_CONCAT_PERFORMANCE_HPP</span></div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="preprocessor">#define MLPACK_METHODS_ANN_LAYER_CONCAT_PERFORMANCE_HPP</span></div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span> </div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="preprocessor">#include <<a class="code" href="prereqs_8hpp.html">mlpack/prereqs.hpp</a>></span></div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span> </div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span> <span class="preprocessor">#include <boost/ptr_container/ptr_vector.hpp></span></div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span> </div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span> <span class="preprocessor">#include "<a class="code" href="layer__types_8hpp.html">layer_types.hpp</a>"</span></div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span> </div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span> <span class="keyword">namespace </span><a class="code" href="namespacemlpack.html">mlpack</a> {</div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span> <span class="keyword">namespace </span>ann {</div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span> </div><div class="line"><a name="l00034"></a><span class="lineno"> 34</span> <span class="keyword">template</span> <</div><div class="line"><a name="l00035"></a><span class="lineno"> 35</span>  <span class="keyword">typename</span> OutputLayerType = NegativeLogLikelihood<>,</div><div class="line"><a name="l00036"></a><span class="lineno"> 36</span>  <span class="keyword">typename</span> InputDataType = arma::mat,</div><div class="line"><a name="l00037"></a><span class="lineno"> 37</span>  <span class="keyword">typename</span> OutputDataType = arma::mat</div><div class="line"><a name="l00038"></a><span class="lineno"> 38</span> ></div><div class="line"><a name="l00039"></a><span class="lineno"><a class="line" href="classmlpack_1_1ann_1_1ConcatPerformance.html"> 39</a></span> <span class="keyword">class </span><a class="code" href="classmlpack_1_1ann_1_1ConcatPerformance.html">ConcatPerformance</a></div><div class="line"><a name="l00040"></a><span class="lineno"> 40</span> {</div><div class="line"><a name="l00041"></a><span class="lineno"> 41</span>  <span class="keyword">public</span>:</div><div class="line"><a name="l00048"></a><span class="lineno"> 48</span>  <a class="code" href="classmlpack_1_1ann_1_1ConcatPerformance.html#a3aac39cf0f7e03cf2a193563df29eef4">ConcatPerformance</a>(<span class="keyword">const</span> <span class="keywordtype">size_t</span> <a class="code" href="classmlpack_1_1ann_1_1ConcatPerformance.html#aff1e8d566d0e315a748ecd0ffc74e210">inSize</a>,</div><div class="line"><a name="l00049"></a><span class="lineno"> 49</span>  OutputLayerType&& <a class="code" href="classmlpack_1_1ann_1_1ConcatPerformance.html#a1cedc479210c2422de87c892586cbfd6">outputLayer</a> = OutputLayerType());</div><div class="line"><a name="l00050"></a><span class="lineno"> 50</span> </div><div class="line"><a name="l00051"></a><span class="lineno"> 51</span>  <span class="comment">/*</span></div><div class="line"><a name="l00052"></a><span class="lineno"> 52</span> <span class="comment"> * Computes the Negative log likelihood.</span></div><div class="line"><a name="l00053"></a><span class="lineno"> 53</span> <span class="comment"> *</span></div><div class="line"><a name="l00054"></a><span class="lineno"> 54</span> <span class="comment"> * @param input Input data used for evaluating the specified function.</span></div><div class="line"><a name="l00055"></a><span class="lineno"> 55</span> <span class="comment"> * @param output Resulting output activation.</span></div><div class="line"><a name="l00056"></a><span class="lineno"> 56</span> <span class="comment"> */</span></div><div class="line"><a name="l00057"></a><span class="lineno"> 57</span>  <span class="keyword">template</span><<span class="keyword">typename</span> eT></div><div class="line"><a name="l00058"></a><span class="lineno"> 58</span>  <span class="keywordtype">double</span> <a class="code" href="classmlpack_1_1ann_1_1ConcatPerformance.html#ab0ab1706b6ab36e4be8fdd22a7ccf15a">Forward</a>(<span class="keyword">const</span> arma::Mat<eT>&& input, arma::Mat<eT>&& target);</div><div class="line"><a name="l00070"></a><span class="lineno"> 70</span>  <span class="keyword">template</span><<span class="keyword">typename</span> eT></div><div class="line"><a name="l00071"></a><span class="lineno"> 71</span>  <span class="keywordtype">void</span> <a class="code" href="classmlpack_1_1ann_1_1ConcatPerformance.html#a821174ab7588d49b295636c71731a6fb">Backward</a>(<span class="keyword">const</span> arma::Mat<eT>&& input,</div><div class="line"><a name="l00072"></a><span class="lineno"> 72</span>  <span class="keyword">const</span> arma::Mat<eT>&& target,</div><div class="line"><a name="l00073"></a><span class="lineno"> 73</span>  arma::Mat<eT>&& output);</div><div class="line"><a name="l00074"></a><span class="lineno"> 74</span> </div><div class="line"><a name="l00076"></a><span class="lineno"><a class="line" href="classmlpack_1_1ann_1_1ConcatPerformance.html#a0b598d83b1281ba06961a08f3ad23447"> 76</a></span>  InputDataType& <a class="code" href="classmlpack_1_1ann_1_1ConcatPerformance.html#a0b598d83b1281ba06961a08f3ad23447">InputParameter</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> <a class="code" href="classmlpack_1_1ann_1_1ConcatPerformance.html#a3646e01840398b9b1c663a59a72a5ae7">inputParameter</a>; }</div><div class="line"><a name="l00078"></a><span class="lineno"><a class="line" href="classmlpack_1_1ann_1_1ConcatPerformance.html#a88029a13acc5f6bd8e0c3d4e45036263"> 78</a></span>  InputDataType& <a class="code" href="classmlpack_1_1ann_1_1ConcatPerformance.html#a88029a13acc5f6bd8e0c3d4e45036263">InputParameter</a>() { <span class="keywordflow">return</span> <a class="code" href="classmlpack_1_1ann_1_1ConcatPerformance.html#a3646e01840398b9b1c663a59a72a5ae7">inputParameter</a>; }</div><div class="line"><a name="l00079"></a><span class="lineno"> 79</span> </div><div class="line"><a name="l00081"></a><span class="lineno"><a class="line" href="classmlpack_1_1ann_1_1ConcatPerformance.html#a1f5ef73b3a2f1881a183a98415677c49"> 81</a></span>  OutputDataType& <a class="code" href="classmlpack_1_1ann_1_1ConcatPerformance.html#a1f5ef73b3a2f1881a183a98415677c49">OutputParameter</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> <a class="code" href="classmlpack_1_1ann_1_1ConcatPerformance.html#addec0492335912129c67fe87dde86e98">outputParameter</a>; }</div><div class="line"><a name="l00083"></a><span class="lineno"><a class="line" href="classmlpack_1_1ann_1_1ConcatPerformance.html#a8a5cc80f044ba2e98068e9ba5750f31e"> 83</a></span>  OutputDataType& <a class="code" href="classmlpack_1_1ann_1_1ConcatPerformance.html#a8a5cc80f044ba2e98068e9ba5750f31e">OutputParameter</a>() { <span class="keywordflow">return</span> <a class="code" href="classmlpack_1_1ann_1_1ConcatPerformance.html#addec0492335912129c67fe87dde86e98">outputParameter</a>; }</div><div class="line"><a name="l00084"></a><span class="lineno"> 84</span> </div><div class="line"><a name="l00086"></a><span class="lineno"><a class="line" href="classmlpack_1_1ann_1_1ConcatPerformance.html#a2b721c85d0c9a796569c6e318387663a"> 86</a></span>  OutputDataType& <a class="code" href="classmlpack_1_1ann_1_1ConcatPerformance.html#a2b721c85d0c9a796569c6e318387663a">Delta</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> <a class="code" href="classmlpack_1_1ann_1_1ConcatPerformance.html#a7cdb9306f44317a081e9129798df23e0">delta</a>; }</div><div class="line"><a name="l00088"></a><span class="lineno"><a class="line" href="classmlpack_1_1ann_1_1ConcatPerformance.html#adb6cc50a79a0ef6df48c06da4d1de7f8"> 88</a></span>  OutputDataType& <a class="code" href="classmlpack_1_1ann_1_1ConcatPerformance.html#adb6cc50a79a0ef6df48c06da4d1de7f8">Delta</a>() { <span class="keywordflow">return</span> <a class="code" href="classmlpack_1_1ann_1_1ConcatPerformance.html#a7cdb9306f44317a081e9129798df23e0">delta</a>; }</div><div class="line"><a name="l00089"></a><span class="lineno"> 89</span> </div><div class="line"><a name="l00093"></a><span class="lineno"> 93</span>  <span class="keyword">template</span><<span class="keyword">typename</span> Archive></div><div class="line"><a name="l00094"></a><span class="lineno"> 94</span>  <span class="keywordtype">void</span> <a class="code" href="classmlpack_1_1ann_1_1ConcatPerformance.html#a086843a5de23e90c31a4396c5299c574">Serialize</a>(Archive& <span class="comment">/* ar */</span>, <span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <span class="comment">/* version */</span>);</div><div class="line"><a name="l00095"></a><span class="lineno"> 95</span> </div><div class="line"><a name="l00096"></a><span class="lineno"> 96</span>  <span class="keyword">private</span>:</div><div class="line"><a name="l00098"></a><span class="lineno"><a class="line" href="classmlpack_1_1ann_1_1ConcatPerformance.html#aff1e8d566d0e315a748ecd0ffc74e210"> 98</a></span>  <span class="keywordtype">size_t</span> <a class="code" href="classmlpack_1_1ann_1_1ConcatPerformance.html#aff1e8d566d0e315a748ecd0ffc74e210">inSize</a>;</div><div class="line"><a name="l00099"></a><span class="lineno"> 99</span> </div><div class="line"><a name="l00101"></a><span class="lineno"><a class="line" href="classmlpack_1_1ann_1_1ConcatPerformance.html#a1cedc479210c2422de87c892586cbfd6"> 101</a></span>  OutputLayerType <a class="code" href="classmlpack_1_1ann_1_1ConcatPerformance.html#a1cedc479210c2422de87c892586cbfd6">outputLayer</a>;</div><div class="line"><a name="l00102"></a><span class="lineno"> 102</span> </div><div class="line"><a name="l00104"></a><span class="lineno"><a class="line" href="classmlpack_1_1ann_1_1ConcatPerformance.html#a7cdb9306f44317a081e9129798df23e0"> 104</a></span>  OutputDataType <a class="code" href="classmlpack_1_1ann_1_1ConcatPerformance.html#a7cdb9306f44317a081e9129798df23e0">delta</a>;</div><div class="line"><a name="l00105"></a><span class="lineno"> 105</span> </div><div class="line"><a name="l00107"></a><span class="lineno"><a class="line" href="classmlpack_1_1ann_1_1ConcatPerformance.html#a3646e01840398b9b1c663a59a72a5ae7"> 107</a></span>  InputDataType <a class="code" href="classmlpack_1_1ann_1_1ConcatPerformance.html#a3646e01840398b9b1c663a59a72a5ae7">inputParameter</a>;</div><div class="line"><a name="l00108"></a><span class="lineno"> 108</span> </div><div class="line"><a name="l00110"></a><span class="lineno"><a class="line" href="classmlpack_1_1ann_1_1ConcatPerformance.html#addec0492335912129c67fe87dde86e98"> 110</a></span>  OutputDataType <a class="code" href="classmlpack_1_1ann_1_1ConcatPerformance.html#addec0492335912129c67fe87dde86e98">outputParameter</a>;</div><div class="line"><a name="l00111"></a><span class="lineno"> 111</span> }; <span class="comment">// class ConcatPerformance</span></div><div class="line"><a name="l00112"></a><span class="lineno"> 112</span> </div><div class="line"><a name="l00113"></a><span class="lineno"> 113</span> } <span class="comment">// namespace ann</span></div><div class="line"><a name="l00114"></a><span class="lineno"> 114</span> } <span class="comment">// namespace mlpack</span></div><div class="line"><a name="l00115"></a><span class="lineno"> 115</span> </div><div class="line"><a name="l00116"></a><span class="lineno"> 116</span> <span class="comment">// Include implementation.</span></div><div class="line"><a name="l00117"></a><span class="lineno"> 117</span> <span class="preprocessor">#include "concat_performance_impl.hpp"</span></div><div class="line"><a name="l00118"></a><span class="lineno"> 118</span> </div><div class="line"><a name="l00119"></a><span class="lineno"> 119</span> <span class="preprocessor">#endif</span></div><div class="ttc" id="classmlpack_1_1ann_1_1ConcatPerformance_html_a0b598d83b1281ba06961a08f3ad23447"><div class="ttname"><a href="classmlpack_1_1ann_1_1ConcatPerformance.html#a0b598d83b1281ba06961a08f3ad23447">mlpack::ann::ConcatPerformance::InputParameter</a></div><div class="ttdeci">InputDataType & InputParameter() const </div><div class="ttdoc">Get the input parameter. </div><div class="ttdef"><b>Definition:</b> <a href="concat__performance_8hpp_source.html#l00076">concat_performance.hpp:76</a></div></div>
|
|
<div class="ttc" id="classmlpack_1_1ann_1_1ConcatPerformance_html_aff1e8d566d0e315a748ecd0ffc74e210"><div class="ttname"><a href="classmlpack_1_1ann_1_1ConcatPerformance.html#aff1e8d566d0e315a748ecd0ffc74e210">mlpack::ann::ConcatPerformance::inSize</a></div><div class="ttdeci">size_t inSize</div><div class="ttdoc">Locally-stored number of inputs. </div><div class="ttdef"><b>Definition:</b> <a href="concat__performance_8hpp_source.html#l00098">concat_performance.hpp:98</a></div></div>
|
|
<div class="ttc" id="classmlpack_1_1ann_1_1ConcatPerformance_html_a7cdb9306f44317a081e9129798df23e0"><div class="ttname"><a href="classmlpack_1_1ann_1_1ConcatPerformance.html#a7cdb9306f44317a081e9129798df23e0">mlpack::ann::ConcatPerformance::delta</a></div><div class="ttdeci">OutputDataType delta</div><div class="ttdoc">Locally-stored delta object. </div><div class="ttdef"><b>Definition:</b> <a href="concat__performance_8hpp_source.html#l00104">concat_performance.hpp:104</a></div></div>
|
|
<div class="ttc" id="namespacemlpack_html"><div class="ttname"><a href="namespacemlpack.html">mlpack</a></div><div class="ttdoc">Linear algebra utility functions, generally performed on matrices or vectors. </div><div class="ttdef"><b>Definition:</b> <a href="binarize_8hpp_source.html#l00018">binarize.hpp:18</a></div></div>
|
|
<div class="ttc" id="prereqs_8hpp_html"><div class="ttname"><a href="prereqs_8hpp.html">prereqs.hpp</a></div><div class="ttdoc">The core includes that mlpack expects; standard C++ includes and Armadillo. </div></div>
|
|
<div class="ttc" id="classmlpack_1_1ann_1_1ConcatPerformance_html_ab0ab1706b6ab36e4be8fdd22a7ccf15a"><div class="ttname"><a href="classmlpack_1_1ann_1_1ConcatPerformance.html#ab0ab1706b6ab36e4be8fdd22a7ccf15a">mlpack::ann::ConcatPerformance::Forward</a></div><div class="ttdeci">double Forward(const arma::Mat< eT > &&input, arma::Mat< eT > &&target)</div></div>
|
|
<div class="ttc" id="classmlpack_1_1ann_1_1ConcatPerformance_html_a8a5cc80f044ba2e98068e9ba5750f31e"><div class="ttname"><a href="classmlpack_1_1ann_1_1ConcatPerformance.html#a8a5cc80f044ba2e98068e9ba5750f31e">mlpack::ann::ConcatPerformance::OutputParameter</a></div><div class="ttdeci">OutputDataType & OutputParameter()</div><div class="ttdoc">Modify the output parameter. </div><div class="ttdef"><b>Definition:</b> <a href="concat__performance_8hpp_source.html#l00083">concat_performance.hpp:83</a></div></div>
|
|
<div class="ttc" id="classmlpack_1_1ann_1_1ConcatPerformance_html"><div class="ttname"><a href="classmlpack_1_1ann_1_1ConcatPerformance.html">mlpack::ann::ConcatPerformance</a></div><div class="ttdoc">Implementation of the concat performance class. </div><div class="ttdef"><b>Definition:</b> <a href="concat__performance_8hpp_source.html#l00039">concat_performance.hpp:39</a></div></div>
|
|
<div class="ttc" id="classmlpack_1_1ann_1_1ConcatPerformance_html_a3646e01840398b9b1c663a59a72a5ae7"><div class="ttname"><a href="classmlpack_1_1ann_1_1ConcatPerformance.html#a3646e01840398b9b1c663a59a72a5ae7">mlpack::ann::ConcatPerformance::inputParameter</a></div><div class="ttdeci">InputDataType inputParameter</div><div class="ttdoc">Locally-stored input parameter object. </div><div class="ttdef"><b>Definition:</b> <a href="concat__performance_8hpp_source.html#l00107">concat_performance.hpp:107</a></div></div>
|
|
<div class="ttc" id="classmlpack_1_1ann_1_1ConcatPerformance_html_a821174ab7588d49b295636c71731a6fb"><div class="ttname"><a href="classmlpack_1_1ann_1_1ConcatPerformance.html#a821174ab7588d49b295636c71731a6fb">mlpack::ann::ConcatPerformance::Backward</a></div><div class="ttdeci">void Backward(const arma::Mat< eT > &&input, const arma::Mat< eT > &&target, arma::Mat< eT > &&output)</div><div class="ttdoc">Ordinary feed backward pass of a neural network. </div></div>
|
|
<div class="ttc" id="classmlpack_1_1ann_1_1ConcatPerformance_html_a086843a5de23e90c31a4396c5299c574"><div class="ttname"><a href="classmlpack_1_1ann_1_1ConcatPerformance.html#a086843a5de23e90c31a4396c5299c574">mlpack::ann::ConcatPerformance::Serialize</a></div><div class="ttdeci">void Serialize(Archive &, const unsigned int)</div><div class="ttdoc">Serialize the layer. </div></div>
|
|
<div class="ttc" id="classmlpack_1_1ann_1_1ConcatPerformance_html_adb6cc50a79a0ef6df48c06da4d1de7f8"><div class="ttname"><a href="classmlpack_1_1ann_1_1ConcatPerformance.html#adb6cc50a79a0ef6df48c06da4d1de7f8">mlpack::ann::ConcatPerformance::Delta</a></div><div class="ttdeci">OutputDataType & Delta()</div><div class="ttdoc">Modify the delta. </div><div class="ttdef"><b>Definition:</b> <a href="concat__performance_8hpp_source.html#l00088">concat_performance.hpp:88</a></div></div>
|
|
<div class="ttc" id="classmlpack_1_1ann_1_1ConcatPerformance_html_addec0492335912129c67fe87dde86e98"><div class="ttname"><a href="classmlpack_1_1ann_1_1ConcatPerformance.html#addec0492335912129c67fe87dde86e98">mlpack::ann::ConcatPerformance::outputParameter</a></div><div class="ttdeci">OutputDataType outputParameter</div><div class="ttdoc">Locally-stored output parameter object. </div><div class="ttdef"><b>Definition:</b> <a href="concat__performance_8hpp_source.html#l00110">concat_performance.hpp:110</a></div></div>
|
|
<div class="ttc" id="classmlpack_1_1ann_1_1ConcatPerformance_html_a88029a13acc5f6bd8e0c3d4e45036263"><div class="ttname"><a href="classmlpack_1_1ann_1_1ConcatPerformance.html#a88029a13acc5f6bd8e0c3d4e45036263">mlpack::ann::ConcatPerformance::InputParameter</a></div><div class="ttdeci">InputDataType & InputParameter()</div><div class="ttdoc">Modify the input parameter. </div><div class="ttdef"><b>Definition:</b> <a href="concat__performance_8hpp_source.html#l00078">concat_performance.hpp:78</a></div></div>
|
|
<div class="ttc" id="layer__types_8hpp_html"><div class="ttname"><a href="layer__types_8hpp.html">layer_types.hpp</a></div></div>
|
|
<div class="ttc" id="classmlpack_1_1ann_1_1ConcatPerformance_html_a1cedc479210c2422de87c892586cbfd6"><div class="ttname"><a href="classmlpack_1_1ann_1_1ConcatPerformance.html#a1cedc479210c2422de87c892586cbfd6">mlpack::ann::ConcatPerformance::outputLayer</a></div><div class="ttdeci">OutputLayerType outputLayer</div><div class="ttdoc">Instantiated outputlayer used to evaluate the network. </div><div class="ttdef"><b>Definition:</b> <a href="concat__performance_8hpp_source.html#l00101">concat_performance.hpp:101</a></div></div>
|
|
<div class="ttc" id="classmlpack_1_1ann_1_1ConcatPerformance_html_a3aac39cf0f7e03cf2a193563df29eef4"><div class="ttname"><a href="classmlpack_1_1ann_1_1ConcatPerformance.html#a3aac39cf0f7e03cf2a193563df29eef4">mlpack::ann::ConcatPerformance::ConcatPerformance</a></div><div class="ttdeci">ConcatPerformance(const size_t inSize, OutputLayerType &&outputLayer=OutputLayerType())</div><div class="ttdoc">Create the ConcatPerformance object. </div></div>
|
|
<div class="ttc" id="classmlpack_1_1ann_1_1ConcatPerformance_html_a1f5ef73b3a2f1881a183a98415677c49"><div class="ttname"><a href="classmlpack_1_1ann_1_1ConcatPerformance.html#a1f5ef73b3a2f1881a183a98415677c49">mlpack::ann::ConcatPerformance::OutputParameter</a></div><div class="ttdeci">OutputDataType & OutputParameter() const </div><div class="ttdoc">Get the output parameter. </div><div class="ttdef"><b>Definition:</b> <a href="concat__performance_8hpp_source.html#l00081">concat_performance.hpp:81</a></div></div>
|
|
<div class="ttc" id="classmlpack_1_1ann_1_1ConcatPerformance_html_a2b721c85d0c9a796569c6e318387663a"><div class="ttname"><a href="classmlpack_1_1ann_1_1ConcatPerformance.html#a2b721c85d0c9a796569c6e318387663a">mlpack::ann::ConcatPerformance::Delta</a></div><div class="ttdeci">OutputDataType & Delta() const </div><div class="ttdoc">Get the delta. </div><div class="ttdef"><b>Definition:</b> <a href="concat__performance_8hpp_source.html#l00086">concat_performance.hpp:86</a></div></div>
|
|
</div><!-- fragment --></div><!-- contents -->
|
|
<!-- start footer part -->
|
|
<hr class="footer"/><address class="footer"><small>
|
|
Generated by  <a href="http://www.doxygen.org/index.html">
|
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
|
</a> 1.8.11
|
|
</small></address>
|
|
</body>
|
|
<script type="text/javascript">
|
|
var x = document.getElementsByClassName("formulaDsp");
|
|
var i;
|
|
for (i = 0; i < x.length; i++)
|
|
{
|
|
x[i].width /= 4;
|
|
}
|
|
</script>
|
|
</html>
|