Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tsantalis authored Feb 2, 2025
1 parent 09deb72 commit f62f746
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ As of **February 2, 2025** the precision and recall of RefactoringMiner on this

| Refactoring Type | TP | FP | FN | Precision | Recall |
|:-----------------------|-----------:|--------:|--------:|--------:|--------:|
|**Total**|2972 | 259 | 406 | 0.920 | 0.880|
|**Total**|2971 | 255 | 406 | 0.921 | 0.880|
|Extract Method|328 | 25 | 37 | 0.929 | 0.899|
|Rename Class|228 | 2 | 4 | 0.991 | 0.983|
|Move Attribute|69 | 3 | 11 | 0.958 | 0.863|
Expand All @@ -454,7 +454,7 @@ As of **February 2, 2025** the precision and recall of RefactoringMiner on this
|Move Method|258 | 7 | 10 | 0.974 | 0.963|
|Move And Rename Method|17 | 6 | 11 | 0.739 | 0.607|
|Pull Up Method|40 | 3 | 9 | 0.930 | 0.816|
|Move Class|138 | 15 | 4 | 0.902 | 0.972|
|Move Class|137 | 11 | 4 | 0.926 | 0.972|
|Move And Rename Class|28 | 3 | 2 | 0.903 | 0.933|
|Pull Up Attribute|11 | 0 | 3 | 1.000 | 0.786|
|Push Down Attribute| 5 | 0 | 1 | 1.000 | 0.833|
Expand Down

0 comments on commit f62f746

Please sign in to comment.