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

Marcus Edel notifications at github.com
Sun Aug 14 11:56:50 EDT 2016


> +template <typename MatType = arma::mat, typename CubeType = arma::cube>
> +class StructuredForests
> +{
> + private:
> +  FeatureParameters params;
> +
> + public:
> +
> +  /**
> +   * Constructor: stores all the parameters in an object
> +   * of feature_parameters class.
> +   * @param F FeatureParameters object which stores necessary parameters.
> +   */ 
> +  StructuredForests(FeatureParameters F);
> +
> +  void PrepareData(const MatType& Images, const MatType& Boundaries,

Can you also comment the ``PrepareData``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/72eb1ef22c7db1ea33af3de1cd043cdb277ec562#r74704240
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160814/8dc27e1f/attachment.html>


More information about the mlpack-git mailing list