Results for "Random"

Wire posts

  • Creates 100 random DNA sequences with 20 residues. sapply(1:100, function(x) paste(sample(c("A","T","G","C"), 20, replace=T), collapse="")) #R #Random #Sequence #DNA #Script

    3625 days ago

  • Dealing with Unbalanced Classes ,#Svm, #Random Forests And Decision Trees In #Python http://www.bigdataexaminer.com/dealing-with-unbalanced-classes-svm-random-forests-and-decision-trees-in-python/

    3361 days ago

  • Testing Random Dice Rolls http://blogs.perl.org/users/ovid/2014/01/testing-random-dice-rolls.html #Perl #Random #Test #Randomness #Dice

    2627 days ago

  • #Random #sequence generator with #perloneliner : $ perl -e '$x=int(rand(1000)); printf( "chr1\t%s\t%s", $x, $x + 10)'

    2610 days ago

  • Random forest algorithms http://blog.yhat.com/posts/random-forests-in-python.html #forest #random #algo

    2353 days ago