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

Tham notifications at github.com
Sun Jul 3 22:38:44 EDT 2016


> @@ -65,34 +65,17 @@ void MapToNumerical(const std::vector<std::string>& tokens,
>                      DatasetMapper<PolicyType>& info,
>                      arma::Mat<eT>& matrix)
>  {
> -  auto notNumber = [](const std::string& str)
> +  std::stringstream token;
> +  for (size_t i = 0; i != tokens.size(); ++i)

Nice idea, thanks for the enhancement :+1: 

---
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/a92afaaafb1af3deede31c1a5ef0b508bfbfe105..bace8b25ba703878a1348782e9e4feb210062a47#r69403314
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160703/71e04674/attachment-0001.html>


More information about the mlpack-git mailing list