<p><a href="https://github.com/zoq" class="user-mention">@zoq</a> Here is the way I build armadillo: <br>
1. I build OpenBLAS according to <a href="https://github.com/xianyi/OpenBLAS/wiki/How-to-use-OpenBLAS-in-Microsoft-Visual-Studio">How to use OpenBLAS in Microsoft Visual Studio</a> with MinGW64 (using MSYS2). And download LAPACK and BLAS (.lib files) from <a href="http://icl.cs.utk.edu/lapack-for-windows/lapack/">LAPACK for Windows</a>.<br>
2. Configure armadillo with CMake by following settings:<br>
<a href="http://s33.postimg.org/kjpl8yh0v/cmake_settings.png">CMake_Settings.png</a>.<br>
3. Open armadillo.sln with vs2013 and build ALL_BUILD as well as INSTALL both in Debug and Release mode.</p>

<p>And there is weired thing I just found. In my last post I said I use three 32-D data vectors to train the guassian distribution. But if I transpose the data matrix(turn 32x3 matrix to 3x32 matrix, which representing 32 three-dimension vectors), the function</p>

<pre><code>mlpack::GaussianDistribution normalDistribution;
normalDistribution.Train(matrix);
</code></pre>

<p>works fine, there is no exception showing up. But it computes the distribution of 32 3d data items rather than three 32-Dimension data items I want, right? Is GaussianDistribution unable to train too few data items?</p>

<p>Of course I'd like to use NuGet. Please show me some instructions to do so OK?</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/issues/659#issuecomment-223276511">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe/AJ4bFFiU5noLeh1242SiPxhiJvnXdK5Pks5qHsw4gaJpZM4IqWcM">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AJ4bFALMnPknTjlQ_5S_wJGWCNF9pMr0ks5qHsw4gaJpZM4IqWcM.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/659#issuecomment-223276511"></link>
  <meta itemprop="name" content="View Issue"></meta>
</div>
<meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>