[mlpack-git] master: Update documentation. (fceb010)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Wed Jul 29 16:42:27 EDT 2015


Repository : https://github.com/mlpack/mlpack

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/f8ceffae0613b350f4d6bdd46c6c8633a40b4897...6ee21879488fe98612a4619b17f8b51e8da5215b

>---------------------------------------------------------------

commit fceb010ea5c3cf4c522bfa6f6f6936a03f0d8d66
Author: ryan <ryan at ratml.org>
Date:   Fri Jul 24 14:30:30 2015 -0400

    Update documentation.


>---------------------------------------------------------------

fceb010ea5c3cf4c522bfa6f6f6936a03f0d8d66
 src/mlpack/methods/fastmks/fastmks.hpp | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/mlpack/methods/fastmks/fastmks.hpp b/src/mlpack/methods/fastmks/fastmks.hpp
index c7363ca..079ed15 100644
--- a/src/mlpack/methods/fastmks/fastmks.hpp
+++ b/src/mlpack/methods/fastmks/fastmks.hpp
@@ -43,8 +43,9 @@ namespace fastmks /** Fast max-kernel search. */ {
  * that).
  *
  * @tparam KernelType Type of kernel to run FastMKS with.
- * @tparam TreeType Type of tree to run FastMKS with; it must have metric
- *     IPMetric<KernelType>.
+ * @tparam MatType Type of data matrix (usually arma::mat).
+ * @tparam TreeType Type of tree to run FastMKS with; it must satisfy the
+ *     TreeType policy API.
  */
 template<
     typename KernelType,



More information about the mlpack-git mailing list