Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include "stdafx.h"
- #include <iostream>
- #include <mlpack\core.hpp>
- int main(int argc, char** argv)
- {
- mlpack::CLI::ParseCommandLine(argc, argv);
- mlpack::Timer::Start("some_timer");
- mlpack::Log::Info << "Hello World by MLPACK 2.0.3\n";
- mlpack::Timer::Stop("some_timer");
- return 0;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement