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

Tham notifications at github.com
Fri Jun 24 09:01:44 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:

Could we offer another api, let the users store the StrategyType too?Maybe in some cases, users need to setup some parameters of the StrategyType 

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


More information about the mlpack-git mailing list