<p>In <a href="https://github.com/mlpack/mlpack/pull/523#discussion_r59445405">src/mlpack/core/util/split_data.hpp</a>:</p>
<pre style='color:#555'>&gt; +    }
&gt; +    slice = value;
&gt; +  }
&gt; +
&gt; +  void TestRatio(double value)
&gt; +  {
&gt; +    testRatio = value;
&gt; +  }
&gt; +  double TestRatio() const
&gt; +  {
&gt; +    return testRatio;
&gt; +  }
&gt; +
&gt; +private:  
&gt; +  arma::arma_rng::seed_type seed;
&gt; +  size_t slice;
</pre>
<p>I guess we can remove this member and related functions if we are not aiming to support cubes?</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 or <a href="https://github.com/mlpack/mlpack/pull/523/files/860256202d7cba23dd3500a05e36ecd351f1d673#r59445405">view it on GitHub</a><img alt="" height="1" src="https://github.com/notifications/beacon/AJ4bFGfa4awrIgk6s52HXSM6uGVfYPjPks5p2_1tgaJpZM4HhWF3.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/523/files/860256202d7cba23dd3500a05e36ecd351f1d673#r59445405"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>