Skip to content

Instantly share code, notes, and snippets.

@mustafaakin
Created June 11, 2018 04:53
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 mustafaakin/a3b9ac6613f2492198c3177e6bb1d187 to your computer and use it in GitHub Desktop.
Save mustafaakin/a3b9ac6613f2492198c3177e6bb1d187 to your computer and use it in GitHub Desktop.
System.loadLibrary("Hello");
start();
while (true) {
String request = readRequest();
KMeansResult response = kMeans.calculate(request);
String response = response.toString();
writeResponse(response);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment