[mlpack-git] [mlpack/mlpack] add cli executable for data_split (#650)

Ryan Curtin notifications at github.com
Wed Jun 1 13:28:32 EDT 2016


Up to you, if you want to do it that would be just fine.  Here is an example of what I would be shooting for:

https://github.com/mlpack/mlpack/blob/master/src/mlpack/methods/kmeans/kmeans_main.cpp

In this case, the program is simpler, so fewer details are necessary, but basically, in PROGRAM_INFO you should be writing the man page (and actually, you are, because if you type `make man`, then it generates a man page for each program by processing the output of `bin/<program_name> --help`).

---
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/650#issuecomment-223065720
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160601/1a3addb3/attachment.html>


More information about the mlpack-git mailing list