Skip to content

Instantly share code, notes, and snippets.

@Alakhator
Created May 4, 2020 06:58
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 Alakhator/dc790f59ba15d535f745bb010935a725 to your computer and use it in GitHub Desktop.
Save Alakhator/dc790f59ba15d535f745bb010935a725 to your computer and use it in GitHub Desktop.
#include <bits/stdc++.h>// include basic c++ liraries
#include <mlpack/methods/kmeans/kmeans.hpp>// mlpack library for k-means
#include <armadillo>//ml pack is dependent on armadillo
Using namespace std;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment