<p>In <a href="https://github.com/mlpack/mlpack/pull/694#discussion_r69907841">src/mlpack/core/data/map_policies/datatype.hpp</a>:</p>
<pre style='color:#555'>&gt; +
&gt; +namespace mlpack {
&gt; +namespace data {
&gt; +
&gt; +/**
&gt; + * The Datatype enum specifies the types of data mlpack algorithms can use.
&gt; + * The vast majority of mlpack algorithms can only use numeric data (i.e.
&gt; + * float/double/etc.), but some algorithms can use categorical data, specified
&gt; + * via this Datatype enum and the DatasetMapper class.
&gt; + */
&gt; +enum Datatype : bool /* [&gt; bool is all the precision we need for two types &lt;] */
&gt; +{
&gt; +  numeric = 0,
&gt; +  categorical = 1
&gt; +};
&gt; +
</pre>
<p>This is very pedantic but there is an extra line here. :)</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/pull/694/files/a8818316a04506530e2269a2e0a32ba2f6a1c83b#r69907841">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe/AJ4bFC1YFdBdZp4erU1TqyZP7moj35-sks5qTQI_gaJpZM4I07W-">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AJ4bFCN03Bh_tzX1l-NNHm66zAb0ivyWks5qTQI_gaJpZM4I07W-.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/files/a8818316a04506530e2269a2e0a32ba2f6a1c83b#r69907841"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>