<p>Maybe we can set scale when the ratio is changed, but current api cannot do that. Something as following</p>

<pre><code>void SetRatio(double ratioValue)
{
    ratio = ratioValue;
    scale = 1.0 / (1.0 - ratio);
}
</code></pre>

<p>I think I would setup the value of scale as you suggested and specify the range of the ratio on the comments</p>

<pre><code>param ratio The ratio of the drop out(ratio &gt; 0 &amp;&amp; ratio &lt; 1), by default it is 0.5
</code></pre>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br>Reply to this email directly or <a href="https://github.com/mlpack/mlpack/pull/463#issuecomment-150465372">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AJ4bFFjKsZtR1OhstpPFsEujnyNzsyuWks5o-az4gaJpZM4GSg7s.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/463#issuecomment-150465372"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>