Remove obsolete Devign README reference
Browse files
README.md
CHANGED
|
@@ -19,10 +19,8 @@ size_categories:
|
|
| 19 |
This repository provides the processed code datasets used in the HAM-Net
|
| 20 |
experiments for cross-project software defect prediction.
|
| 21 |
|
| 22 |
-
Each JSONL record represents
|
| 23 |
-
|
| 24 |
-
- one source-code function, for the original Devign dataset;
|
| 25 |
-
- one source-code file or Java class containing multiple functions.
|
| 26 |
|
| 27 |
For datasets organized by file or class, HAM-Net treats the file/class as a
|
| 28 |
**bag** and its functions as **instances**, following the multiple-instance
|
|
|
|
| 19 |
This repository provides the processed code datasets used in the HAM-Net
|
| 20 |
experiments for cross-project software defect prediction.
|
| 21 |
|
| 22 |
+
Each JSONL record represents one source-code file or Java class containing
|
| 23 |
+
multiple functions.
|
|
|
|
|
|
|
| 24 |
|
| 25 |
For datasets organized by file or class, HAM-Net treats the file/class as a
|
| 26 |
**bag** and its functions as **instances**, following the multiple-instance
|