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

Keon Kim notifications at github.com
Mon Jul 4 14:57:01 EDT 2016


> @@ -127,6 +125,13 @@ inline PolicyType& DatasetMapper<PolicyType>::Policy()
>    return this->policy;
>  }
>  
> +template<typename PolicyType>
> +inline void DatasetMapper<PolicyType>::Policy(PolicyType& policy)
> +{
> +  this->policy = std::move(policy);

thanks for the resource, I now understand the concepts now.

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


More information about the mlpack-git mailing list