<p><a href="https://github.com/keonkim" class="user-mention">@keonkim</a> Hi, the function, data::Load do the right thing, it deceive your eyes because you ask it to transpose the data. Following codes should make things clear</p>

<pre><code>arma::mat data;
data::DatasetInfo info;
bool const fatal = true;
bool const transpose = false;
data::Load("simple00.csv", data, info, fatal, transpose);
std::cout &lt;&lt; data &lt;&lt; endl;
</code></pre>

<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/658#issuecomment-222457007">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe/AJ4bFPkq6tf8qSXxfXoQwlHVooEnqKWKks5qGrOqgaJpZM4IpXCN">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AJ4bFDjKPDeBnbGUbhYpizW9-Lcgt0ddks5qGrOqgaJpZM4IpXCN.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/658#issuecomment-222457007"></link>
  <meta itemprop="name" content="View Issue"></meta>
</div>
<meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>