Created
February 25, 2018 19:07
-
-
Save makorowy/54adb50bff04ebfbfa36e473be9e2c78 to your computer and use it in GitHub Desktop.
TensorFlow - Hot or Not example. Result data class.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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