Skip to content

Commit

Permalink
update statement to include latest counts
Browse files Browse the repository at this point in the history
  • Loading branch information
mdavis95 committed Feb 16, 2024
1 parent d05bafe commit 8e308f8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Predictive Breakthroughs

This repository contains code to reproduce the results of the predictive breakthroughs manuscript. In addition, it includes code that can be used independently for cocitation network (CCN) computation and MCL/R-MCL (Regularized Markov Clustering Algorithm). The R-MCL code algorithm has been tested on networks with more than 25 million nodes and 1 billion edges.
This repository contains code to reproduce the results of the predictive breakthroughs manuscript.
In addition, it includes code that can be used independently for co-citation network (CCN) computation and MCL/R-MCL (Regularized Markov Clustering Algorithm).
The CCN code has been tested on the entire nih open citation collection with more than 25 million cited publications and 750 million citations.
The R-MCL code algorithm has been tested on networks with more than 25 million nodes and 1 billion edges.

### Setup Environment

Expand Down

0 comments on commit 8e308f8

Please sign in to comment.