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

Tham notifications at github.com
Fri Jun 24 12:13:31 EDT 2016


> +#include <mlpack/methods/pca/pca.hpp>
> +namespace mlpack {
> +namespace structured_tree {
> +
> +/**
> + * Constructor: stores all the parameters in an object
> + * of feature_parameters class.
> + */
> +template<typename MatType, typename CubeType>
> +StructuredForests<MatType, CubeType>::
> +StructuredForests(FeatureParameters F) 
> +{
> +  params = F; 
> +}
> +
> +/*

If we do not need the codes again, I think we can remove it, git will record the codes we removed before

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


More information about the mlpack-git mailing list