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

Tham notifications at github.com
Fri Jun 24 01:12:32 EDT 2016


> + */
> +#ifndef MLPACK_CORE_DATA_IMPUTE_STRATEGIES_CUSTOM_IMPUTATION_HPP
> +#define MLPACK_CORE_DATA_IMPUTE_STRATEGIES_CUSTOM_IMPUTATION_HPP
> +
> +#include <mlpack/core.hpp>
> +
> +using namespace std;
> +
> +namespace mlpack {
> +namespace data {
> +
> +template <typename T>
> +class CustomImputation
> +{
> + public:
> +  void Apply(const arma::Mat<T>& input,

Could we put the template parameter at member function since it could deduce T automatic?

---
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/da4e40981c40e171858f41de4e85e08af2c7e48d..d8618ec909005b0453f0a3803ac1e6cc5e588f1f#r68354206
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160623/7669f396/attachment.html>


More information about the mlpack-git mailing list