Skip to content
Snippets Groups Projects
  1. May 06, 2011
    • test's avatar
      Merge pull request #7 from gjherbiet/feature/cc-threshold · 6346b07a
      test authored
      Fixed raw connected component count.
      6346b07a
    • Guillaume-Jean Herbiet's avatar
      Fixed raw connected component count. · d89fd306
      Guillaume-Jean Herbiet authored
      In ConnectedComponents, the number of components is available either via
      a counter (connectedComponents), or by using the size of the
      connectedComponentSize map. The former allow easy access to the number of
      components (raw count), the second to filter the result based on component
      size restriction at a cost of a more complex operation.
      
      The count update could, in some cases, create empty connected components. Those
      were counted and lead to erroneous results where the raw count of connected
      components was used. Empty connected components are now filtered out during the
      raw and size-based count.
      d89fd306
  2. May 05, 2011
  3. May 04, 2011
  4. Apr 26, 2011
    • Ant01n3's avatar
      Correction of the #16 bug in tracker. · 8dbe3226
      Ant01n3 authored
      The Toolkit.random* methods now correctly return null whan the graph
      is empty or when the set of elements on which the random choise is
      made is empty.
      8dbe3226
  5. Apr 22, 2011
  6. Apr 21, 2011
  7. Apr 20, 2011
  8. Apr 19, 2011
  9. Apr 16, 2011
  10. Apr 13, 2011
  11. Feb 15, 2011
  12. Feb 13, 2011
  13. Feb 11, 2011
  14. Jan 18, 2011
  15. Dec 13, 2010
  16. Nov 30, 2010
  17. Nov 25, 2010
  18. Nov 11, 2010
  19. Oct 26, 2010
    • Ant01n3's avatar
      Still more bug fixes in BetweennessCentrality. · 7b0025e7
      Ant01n3 authored
      The algorithm is now largely tested in weighted and unweighted
      graphs and should work on non-multi-graphs. It works on directed
      graphs, but ignore the direction.
      
      Added the possibility to register a progress "callback" since
      the algorithm can take a lot of time to compute.
      7b0025e7
  20. Oct 18, 2010
  21. Oct 11, 2010
  22. Oct 10, 2010