[mlpack-git] [mlpack/mlpack] add train test split (#523)

Marcus Edel notifications at github.com
Mon Apr 18 13:31:53 EDT 2016


> @@ -0,0 +1,108 @@
> +#ifndef __MLPACK_CORE_UTIL_SPLIT_DATA_HPP
> +#define __MLPACK_CORE_UTIL_SPLIT_DATA_HPP
> +
> +#include <mlpack/core.hpp>
> +
> +#include <iterator>
> +#include <numeric>
> +#include <random>
> +#include <tuple>
> +#include <vector>
> +

It looks like, since you striped the code, we can get rid of almost all of the header files except for the tuple header?

---
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/523/files/c92dd2fc6561b1cf40efb744dcc9233bc3675c91#r60099736
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160418/fb7f58bd/attachment.html>


More information about the mlpack-git mailing list