<p>In <a href="https://github.com/mlpack/mlpack/pull/456#discussion_r40560953">src/mlpack/methods/softmax_regression/softmax_regression_impl.hpp</a>:</p>
<pre style='color:#555'>&gt;  }
&gt;  
&gt;  template&lt;template&lt;typename&gt; class OptimizerType&gt;
&gt;  SoftmaxRegression&lt;OptimizerType&gt;::SoftmaxRegression(
&gt; -    OptimizerType&lt;SoftmaxRegressionFunction&gt;&amp; optimizer) :
&gt; -    parameters(optimizer.Function().GetInitialPoint()),
&gt; -    inputSize(optimizer.Function().InputSize()),
&gt; -    numClasses(optimizer.Function().NumClasses()),
&gt; -    lambda(optimizer.Function().Lambda())
&gt; +  OptimizerType&lt;SoftmaxRegressionFunction&gt;&amp; optimizer) :
&gt; +  parameters(optimizer.Function().GetInitialPoint()),
&gt; +  inputSize{optimizer.Function().InputSize()},
&gt; +  numClasses{optimizer.Function().NumClasses()},
&gt; +  lambda{optimizer.Function().Lambda()},
&gt; +  fitIntercept{optimizer.Function().FitIntercept()}
</pre>
<p>Sorry, my mistake, do you mind using some tools to do the formatting(ex : uncrustify)?</p>

<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/456/files#r40560953">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AJ4bFDGLil4bJY3r5H95syUny30HgY4fks5o2UtCgaJpZM4GEofU.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/456/files#r40560953"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>