Skip to content

Instantly share code, notes, and snippets.

@marcelcaraciolo
Created September 22, 2010 01:00
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 marcelcaraciolo/590909 to your computer and use it in GitHub Desktop.
Save marcelcaraciolo/590909 to your computer and use it in GitHub Desktop.
from pyroc import *
random_sample = random_mixture_Model() # Generate a custom set randomly
print random_sample
[(1, 0.53543926503331496), (1, 0.50937533997469853), (1, 0.58701681878005862), (1, 0.57043399840000497),
(1, 0.56229469766270523), (1, 0.6323079028948545), (1, 0.72283523937059946), (1, 0.55079104791257383),
(1, 0.59841921172330748), (1, 0.63361144887035825)]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment