<p>In <a href="https://github.com/mlpack/mlpack/pull/696#discussion_r67069686">src/mlpack/methods/edge_boxes/feature_extraction.hpp</a>:</p>
<pre style='color:#555'>&gt; +  static constexpr double eps = 1e-20;
&gt; +
&gt; +  std::map&lt;std::string, size_t&gt; options;
&gt; +  
&gt; +  StructuredForests(const std::map&lt;std::string, size_t&gt; inMap);
&gt; +  
&gt; +  MatType LoadData(MatType const &amp;images, MatType const &amp;boundaries,\
&gt; +     MatType const &amp;segmentations);
&gt; +
&gt; +  void PrepareData(MatType const &amp;InputData);
&gt; +
&gt; +  arma::vec GetFeatureDimension();
&gt; +  
&gt; +  arma::vec DistanceTransform1D(arma::vec const &amp;f, const size_t n,\
&gt; +                                 const double inf);
&gt; +  
</pre>
<p>Another picky comment, please use prefix const, also I know it's a matter of style, but I prefer to use <code>type&amp;parameter</code> instead of <code>type&amp;parameter</code>. For more details: <a href="https://github.com/mlpack/mlpack/pull/523/files/c92dd2fc6561b1cf40efb744dcc9233bc3675c91#r60094845">https://github.com/mlpack/mlpack/pull/523/files/c92dd2fc6561b1cf40efb744dcc9233bc3675c91#r60094845</a></p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/mlpack/mlpack/pull/696/files/b38b688edfc4c2ee8bf461240f8384a70575d3a4#r67069686">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe/AJ4bFD-FP3Q_0g0QyRsvAXjPFOOnU_QQks5qLytNgaJpZM4I1lnr">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AJ4bFNHmbIj89deKUKnqTTEq_-kBmELbks5qLytNgaJpZM4I1lnr.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/mlpack/mlpack/pull/696/files/b38b688edfc4c2ee8bf461240f8384a70575d3a4#r67069686"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>