Created
December 13, 2014 11:13
-
-
Save JefClaes/6b4784286189dc16b0b7 to your computer and use it in GitHub Desktop.
Spinning the wheel: clustering and near misses (1)
This file contains hidden or 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
| let physicalWheel = [Miss1; Miss2; Win; Miss3] |> Seq.ofList | |
| let virtualWheel = [1; 1; 1; 1; 2; 3; 3; 3] |> Seq.ofList |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment