Skip to content

Instantly share code, notes, and snippets.

@angerman
Created December 4, 2009 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save angerman/249031 to your computer and use it in GitHub Desktop.
Save angerman/249031 to your computer and use it in GitHub Desktop.
user> (statistics 25 (with-open [rar (random-access-reader (model-file "upps.data.model"))] (doseq [line (lazy-rest rar)] nil)))
Runs: 25
Min: 1740.527
Max: 2911.521
Mean: 2516.340
Median: 2326.024
sd: 424.961
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment