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

Keon Kim notifications at github.com
Fri Jul 8 00:54:55 EDT 2016


> +  {
> +    std::ostringstream oss;
> +    oss << "DatasetMapper<PolicyType>::UnmapValue(): string '" << string
> +        << "' unknown for dimension " << dimension;
> +    throw std::invalid_argument(oss.str());
> +  }
> +
> +  return maps[dimension].first.left.at(string);
> +}
> +
> +template<typename PolicyType>
> +template<typename eT>
> +inline void DatasetMapper<PolicyType>::MapTokens(
> +                                        const std::vector<std::string>& tokens,
> +                                        size_t& row,
> +                                        arma::Mat<eT>& matrix)

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


More information about the mlpack-git mailing list