Skip to content

Instantly share code, notes, and snippets.

@kmdupr33
Created September 5, 2019 12:38
Show Gist options
  • Save kmdupr33/a023d323d34707bd52955e8a6695539d to your computer and use it in GitHub Desktop.
Save kmdupr33/a023d323d34707bd52955e8a6695539d to your computer and use it in GitHub Desktop.
fun findLearningParameters(videoGameData: Array<Pair<Double, Double>>): Pair<Double, Double> {
//...
return Pair(m, b)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment