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

Keon Kim notifications at github.com
Fri Jun 24 09:26:05 EDT 2016


> +
> +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.
> + */
> +template<typename T, typename MapperType, typename StrategyType>
> +class Imputer
> +{
> + public:

sure, i think it is a good idea

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


More information about the mlpack-git mailing list