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

Tham notifications at github.com
Fri Jun 24 13:28:25 EDT 2016


> +#include "feature_extraction.hpp"
> +#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) {}
> +
> +/*
> +template<typename MatType, typename CubeType>
> +MatType StructuredForests<MatType, CubeType>::

I guess we can remove useless codes, let git help us memorize the codes we written

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


More information about the mlpack-git mailing list