<p>In <a href="https://github.com/mlpack/mlpack/pull/694#discussion_r69799626">src/mlpack/methods/preprocess/preprocess_imputer_main.cpp</a>:</p>
<pre style='color:#555'>&gt; +using namespace std;
&gt; +using namespace data;
&gt; +
&gt; +int main(int argc, char** argv)
&gt; +{
&gt; +  // Parse command line options.
&gt; +  CLI::ParseCommandLine(argc, argv);
&gt; +
&gt; +  const string inputFile = CLI::GetParam&lt;string&gt;(&quot;input_file&quot;);
&gt; +  const string outputFile = CLI::GetParam&lt;string&gt;(&quot;output_file&quot;);
&gt; +  const string missingValue = CLI::GetParam&lt;string&gt;(&quot;missing_value&quot;);
&gt; +  const double customValue = CLI::GetParam&lt;double&gt;(&quot;custom_value&quot;);
&gt; +  const size_t dimension = (size_t) CLI::GetParam&lt;int&gt;(&quot;dimension&quot;);
&gt; +  string strategy = CLI::GetParam&lt;string&gt;(&quot;strategy&quot;);
&gt; +
&gt; +  // missing value should be specified
</pre>
<p>First picky comment. Comments should be complete sentences. Take a look at: <a href="https://github.com/mlpack/mlpack/wiki/DesignGuidelines#comments">https://github.com/mlpack/mlpack/wiki/DesignGuidelines#comments</a></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#r69799626">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe/AJ4bFOMQ-pNMaIhKpKoNU65V_n8jCQyTks5qTAcogaJpZM4I07W-">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AJ4bFPE42j5mVY1mqtC0-oRRyWdrqWDyks5qTAcogaJpZM4I07W-.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#r69799626"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>