[mlpack-git] [mlpack/mlpack] Modeling LSH For Performance Tuning (#749)

Ryan Curtin notifications at github.com
Sat Aug 13 11:54:53 EDT 2016


> +      //! Default destructor.
> +      ~DistanceStatisticPredictor() { };
> +
> +      /**
> +       * Function that fits the alpha, beta and gamma parameters.
> +       *
> +       * @param inputSize A vector of input sizes. The first input variable of 
> +       *     the regression.
> +       * @param kValues A vector of k values. The second input variable of the
> +       *     regression.
> +       * @param statistic A vector of responses - the value of the statistic for
> +       *     each given inputSize.
> +       */
> +      double Train(const arma::Col<size_t>& inputSize, 
> +                 const arma::Col<size_t>& kValues,
> +                 const arma::mat& statistic);

The spacing is off a little bit here.

-- 
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/749/files/cdcb575826bfb3bd0ef4cafacf465435b3d6d144#r74688522
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160813/3638773d/attachment-0001.html>


More information about the mlpack-git mailing list