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

stereomatchingkiss notifications at github.com
Wed Apr 20 02:37:50 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>
> +

Thank you very much, I forgot to remove those useless headers.

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


More information about the mlpack-git mailing list