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

Tham notifications at github.com
Fri Jun 24 08:52:41 EDT 2016


> +#ifndef MLPACK_CORE_DATA_IMPUTER_HPP
> +#define MLPACK_CORE_DATA_IMPUTER_HPP
> +
> +#include <mlpack/core.hpp>
> +
> +namespace mlpack {
> +namespace data {
> +
> +/**
> + * This class implements a way to replace target values. It is dependent on the
> + * user defined StrategyType and MapperType used to hold dataset's information.
> + *
> + * @tparam Option of imputation strategy.
> + * @tparam MapperType that is used to hold dataset information.
> + * @tparam primitive type of input and output's armadillo matrix.
> + */

I think comments need to refine

---
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/d8618ec909005b0453f0a3803ac1e6cc5e588f1f#r68393307
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160624/fb472f24/attachment.html>


More information about the mlpack-git mailing list