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

stereomatchingkiss notifications at github.com
Tue Jun 14 05:54:20 EDT 2016


> + * Missing map policy for dataset info.
> + */
> +#ifndef MLPACK_CORE_DATA_MAP_POLICIES_MISSING_POLICY_HPP
> +#define MLPACK_CORE_DATA_MAP_POLICIES_MISSING_POLICY_HPP
> +
> +#include <mlpack/core.hpp>
> +#include <unordered_map>
> +#include <boost/bimap.hpp>
> +
> +
> +using namespace std;
> +
> +namespace mlpack {
> +namespace data {
> +
> +// TODO: move this to somewhere else so that it can be reused.

Move it to a new file called type?

---
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/5a517c25ef55de1f4814dc3605190d17f868ff82#r66940905
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160614/95f309c3/attachment-0001.html>


More information about the mlpack-git mailing list