<p>When I start to implement it, I find out make it as a global function maybe a better choice, because other families of autoencoders can use the same logic to visualize the training results.</p>

<pre><code>//api of SparseAutoencoder, get the w1 of sa
const arma::mat w1() const; 

//global api,generate the maximalInput
MaximalInput(sa.w1().t(), maximalInput);
</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/issues/452#issuecomment-150719108">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AJ4bFNHJmre7rG1GpxJDf5pnygNf2pbNks5o-r9DgaJpZM4GA0ZB.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/issues/452#issuecomment-150719108"></link>
  <meta itemprop="name" content="View Issue"></meta>
</div>
<meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>