[mlpack-git] [mlpack/mlpack] using rvalue references to set a given reference tree in FastMKS and DualTreeBoruvka (#799)

Anuraj Kanodia notifications at github.com
Fri Oct 28 09:29:19 EDT 2016


akanuraj200 commented on this pull request.



> @@ -174,21 +212,54 @@ template<typename KernelType,
                   typename TreeMatType> class TreeType>
 void FastMKS<KernelType, MatType, TreeType>::Train(Tree* tree)
 {
+  train(*tree);

This should be Train(*tree)

-- 
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/799#pullrequestreview-6241686
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20161028/9f694b43/attachment.html>


More information about the mlpack-git mailing list