[mlpack-git] [mlpack/mlpack] DatasetMapper & Imputer (#694)

Ryan Curtin notifications at github.com
Thu Jul 7 09:46:28 EDT 2016


> +/**
> + * Same as increment map policy, but does not change type of features.
> + */
> +class MissingPolicy
> +{
> + public:
> +  // typedef of mapped_type
> +  using mapped_type = double;
> +
> +  MissingPolicy()
> +  {
> +    // Nothing to initialize here.
> +  }
> +
> +  explicit MissingPolicy(std::set<std::string> missingSet) :
> +    missingSet(std::move(missingSet))

This is picky, but this line should be indented two tabs instead of just one.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/pull/694/files/a8818316a04506530e2269a2e0a32ba2f6a1c83b#r69908569
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160707/da53156e/attachment.html>


More information about the mlpack-git mailing list