Skip to content

Instantly share code, notes, and snippets.

@c4goldsw
Created August 9, 2016 17:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save c4goldsw/c8c55fbc784fc6b5d1bcc44b10f4b8ce to your computer and use it in GitHub Desktop.
Save c4goldsw/c8c55fbc784fc6b5d1bcc44b10f4b8ce to your computer and use it in GitHub Desktop.
#include <shogun/features/DenseFeatures.h>
#include <shogun/features/DataGenerator.h>
#include <shogun/labels/BinaryLabels.h>
#include <shogun/classifier/LDA.h>
int main(argc, argv**)
{
...
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment