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

Marcus Edel notifications at github.com
Wed Jul 6 16:31:13 EDT 2016


> @@ -0,0 +1,96 @@
> +/**
> + * @file mean_imputation.hpp
> + * @author Keon Kim
> + *
> + * Definition and Implementation of the MeanImputation class.
> + */
> +#ifndef MLPACK_CORE_DATA_IMPUTE_STRATEGIES_MEAN_IMPUTATION_HPP
> +#define MLPACK_CORE_DATA_IMPUTE_STRATEGIES_MEAN_IMPUTATION_HPP
> +
> +#include <mlpack/core.hpp>
> +#include <cmath>

`cmath` is already included in `prereqs.hpp`.

---
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#r69805820
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160706/3ee43b60/attachment.html>


More information about the mlpack-git mailing list