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

Tham notifications at github.com
Thu Jul 7 10:39:36 EDT 2016


> +  {
> +    // Nothing to initialize here.
> +  }
> +
> +
> +  template <typename MapType>
> +  mapped_type MapString(const std::string& string,
> +                        const size_t dimension,
> +                        MapType maps,
> +                        std::vector<Datatype>& types)
> +  {
> +    // If this condition is true, either we have no mapping for the given string
> +    // or we have no mappings for the given dimension at all.  In either case,
> +    // we create a mapping.
> +    const double NaN = std::numeric_limits<double>::quiet_NaN();
> +    if (missingSet.count(string) != 0 &&

The role of missingSet and maps are different. 
missingSet specify which value/string we should map to
maps record the value/string we already mapped to

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


More information about the mlpack-git mailing list