[mlpack-git] [mlpack/mlpack] Added the discretize function. Design changes as discussed. (#703)

Nilay Jain notifications at github.com
Fri Jun 24 09:20:41 EDT 2016


> @@ -0,0 +1,323 @@
> +#if (ARMA_VERSION_MAJOR < 7\
> +      || (ARMA_VERSION_MAJOR == 7 && ARMA_VERSION_MINOR < 200))
> +template<typename T1>
> +inline
> +typename arma_not_cx<typename T1::elem_type>::result
> +op_min::min_with_index(const Proxy<T1>& P, uword& index_of_min_val)
> +  {
> +  arma_extra_debug_sigprint();
> +  
> +  typedef typename T1::elem_type eT;
> +  
> +  const uword n_elem = P.get_n_elem();
> +  
> +  if(n_elem == 0)

Yeah it is not working. I willl change it and write my own function

---
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/703/files/0abec2cbb44a0556b129485b485bae8d07986af7#r68396391
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160624/17ecb52f/attachment.html>


More information about the mlpack-git mailing list