Skip to content

Instantly share code, notes, and snippets.

@DaveBben
Created August 9, 2017 01:19
Show Gist options
  • Save DaveBben/9b7697e86de09d210a85c20e9012f524 to your computer and use it in GitHub Desktop.
Save DaveBben/9b7697e86de09d210a85c20e9012f524 to your computer and use it in GitHub Desktop.
var data = [{ input: { v: 1.0, l: 1.0, c: 1.0 }, output: { h: 1 } },
{ input: { v: 0.8, l: 0.75, c: 0.58 }, output: { h: 1 } }, //80k views, 7500 comments 5500 likes
{ input: { v: 0.85, l: 0.9, c: 0.7 }, output: { h: 1 } },
{ input: { v: 0.92, l: 0.83, c: 0.79 }, output: { h: 1 } },
{ input: { v: 0.0, l: 0.0, c: 0.0 }, output: { b: 1 } },
{ input: { v: 0.2, l: 0.34, c: 0.3 }, output: { b: 1 } },
{ input: { v: 0.5, l: 0.1, c: 0.1 }, output: { b: 1 } },
{ input: { v: 0.3, l: 0.3, c: 0.1 }, output: { b: 1 } },
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment