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

Ryan Curtin notifications at github.com
Thu Jul 7 10:18:37 EDT 2016


> + *
> + * Definition and Implementation of the empty CustomImputation class.
> + */
> +#ifndef MLPACK_CORE_DATA_IMPUTE_STRATEGIES_CUSTOM_IMPUTATION_HPP
> +#define MLPACK_CORE_DATA_IMPUTE_STRATEGIES_CUSTOM_IMPUTATION_HPP
> +
> +#include <mlpack/core.hpp>
> +#include <cmath>
> +
> +using namespace std;
> +
> +namespace mlpack {
> +namespace data {
> +
> +template <typename T>
> +class CustomImputation

If you can provide some comments on what this class is and what it does (also for the `Impute()` function), I think it would be really helpful for users.

---
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#r69914737
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160707/33020b5f/attachment.html>


More information about the mlpack-git mailing list