<p>In <a href="https://github.com/mlpack/mlpack/pull/683#discussion_r66453905">src/mlpack/methods/edge_boxes/edge_boxes_main.cpp</a>:</p>
<pre style='color:#555'>&gt; +  fraction: fraction of features to use to train each tree
&gt; +  n_tree: number of trees in forest to train
&gt; +  n_class: number of classes (clusters) for binary splits
&gt; +  min_count: minimum number of data points to allow split
&gt; +  min_child: minimum number of data points allowed at child nodes
&gt; +  max_depth: maximum depth of tree
&gt; +  split: options include &#39;gini&#39;, &#39;entropy&#39; and &#39;twoing&#39;
&gt; +  discretize: optional function mapping structured to class labels
&gt; +
&gt; +  stride: stride at which to compute edges
&gt; +  sharpen: sharpening amount (can only decrease after training)
&gt; +  n_tree_eval: number of trees to evaluate per location
&gt; +  nms: if true apply non-maximum suppression to edges
&gt; +  */
&gt; +
&gt; +  map&lt;string, int&gt; options;
</pre>
<p>Is it possible to change the value it to size_t?</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/683/files/9d85b64c6c6bdff608331195351d09abf56cfc96#r66453905">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe/AJ4bFLEypC7dcaus1ise2OYItM2hI08Gks5qKCZXgaJpZM4IvUrl">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AJ4bFFpHBNVGnXAHtvrE04QB3Y7lsfmNks5qKCZXgaJpZM4IvUrl.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/683/files/9d85b64c6c6bdff608331195351d09abf56cfc96#r66453905"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>