Skip to content
Snippets Groups Projects
  1. Oct 05, 2009
  2. Oct 03, 2009
  3. Sep 18, 2009
  4. Sep 12, 2009
    • Tiago Peixoto's avatar
      Speed up motifs() and motif_significance() · 06b2914a
      Tiago Peixoto authored
      In both functions we can save some time by hashing the subgraphs found,
      according to their degree distribution signature (instead of number of
      edges). This avoids a large number of useless exactness or isomorphism
      comparisons.
      
      This also removes the "seed" parameter, which is redundant to
      the numpy.random.seed() function.
      06b2914a
  5. Sep 07, 2009
  6. Sep 06, 2009
  7. Sep 05, 2009
  8. Sep 03, 2009
  9. Sep 01, 2009
  10. Aug 27, 2009
  11. Aug 22, 2009
  12. Aug 21, 2009
  13. Aug 17, 2009
  14. Aug 16, 2009
Loading