<p>In <a href="https://github.com/mlpack/mlpack/pull/699#discussion_r68850684">src/mlpack/core/tree/rectangle_tree/minimal_coverage_sweep.hpp</a>:</p>
<pre style='color:#555'>&gt; @@ -0,0 +1,118 @@
&gt; +/**
&gt; + * @file minimal_coverage_sweep.hpp
&gt; + * @author Mikhail Lozhnikov
&gt; + *
&gt; + * Definition of the MinimalCoverageSweep class, a class that finds a partition
&gt; + * of a node along an axis.
&gt; + */
&gt; +#ifndef MLPACK_CORE_TREE_RECTANGLE_TREE_MINIMAL_COVERAGE_SWEEP_HPP
&gt; +#define MLPACK_CORE_TREE_RECTANGLE_TREE_MINIMAL_COVERAGE_SWEEP_HPP
&gt; +
&gt; +namespace mlpack {
&gt; +namespace tree {
&gt; +
&gt; +constexpr double fillFactor = 0.5;
</pre>
<p>I think <code>fillFactor</code> is not needed at all.</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/699/files/0f16e54611c229e39757aeb675b42c5a17bdde80#r68850684">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe/AJ4bFIMRzFVNZF_A3FN0MAmXaJYu4Trsks5qQZdIgaJpZM4I3ATw">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AJ4bFHG95w2iDNzdl3TSAX7AHPBu2zWiks5qQZdIgaJpZM4I3ATw.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/699/files/0f16e54611c229e39757aeb675b42c5a17bdde80#r68850684"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>