Skip to content

Instantly share code, notes, and snippets.

@makorowy
Created February 25, 2018 19:07
Show Gist options
  • Save makorowy/54adb50bff04ebfbfa36e473be9e2c78 to your computer and use it in GitHub Desktop.
Save makorowy/54adb50bff04ebfbfa36e473be9e2c78 to your computer and use it in GitHub Desktop.
TensorFlow - Hot or Not example. Result data class.
data class Result(val result: String, val confidence: Float)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment