<p>All the feedbacks are now reflected and patched except for two feedbacks below, because it was unclear how to solve the problem. </p>

<ul>
<li>Preserve DatasetMapper object while loading multiple times and add a test for this situation, to ensure that mapping information from a previous load is not destroyed.</li>
</ul>

<p>(Maybe implement a copy constructor of DatasetMapper class?)</p>

<ul>
<li> The problem below.
&gt;Here you are getting a single value out of each column, and each column is held contiguous in memory. So each element you access is probably not in the same cache line, and as a result will probably be slower. </li>
</ul>

<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/pull/694#issuecomment-232277736">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe/AJ4bFLSNNZLGirRaDpayLn7v73Y1IgLFks5qVJPHgaJpZM4I07W-">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AJ4bFNMx9NUMsWnF7myzC40a4O8lU8YBks5qVJPHgaJpZM4I07W-.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/694#issuecomment-232277736"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>