On Fri, Mar 01, 2019 at 11:58:49AM +0530, SUMIT KUMAR wrote: > if i want to install mlpack in ubuntu , will i able to use it in c++ mode
Hi Sumit, If you install 'libmlpack-dev', it will install the C++ headers and then you can write programs that use mlpack in C++. However if you are interested in developing and contributing to mlpack then you would be best served by downloading the git repository and building from source. There are tutorials online for how to do that. Thanks, Ryan -- Ryan Curtin | "You know, I think he's got a point." [email protected] | - The Mayor _______________________________________________ mlpack mailing list [email protected] http://knife.lugatgt.org/cgi-bin/mailman/listinfo/mlpack
