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

Keon Kim notifications at github.com
Sun Jul 10 23:13:17 EDT 2016


> +        //"IncrementPolicy");
> +  }
> +
> +  /**
> +  * Given an input dataset, replace missing values with given imputation
> +  * strategy.
> +  *
> +  * @param input Input dataset to apply imputation.
> +  * @param output Armadillo matrix to save the results
> +  * @oaran missingValue User defined missing value; it can be anything.
> +  * @param dimension Dimension to apply the imputation.
> +  */
> +  void Impute(const arma::Mat<T>& input,
> +              arma::Mat<T>& output,
> +              const std::string& missingValue,
> +              const size_t dimension)

Updated

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


More information about the mlpack-git mailing list