Datasets:
Add dataset files
Browse files
README.md
CHANGED
@@ -1,17 +1,18 @@
|
|
1 |
---
|
2 |
configs:
|
3 |
- config_name: artifacts
|
4 |
-
data_files:
|
5 |
- config_name: traces
|
6 |
-
data_files:
|
7 |
- config_name: matrices
|
8 |
-
data_files:
|
9 |
- config_name: train
|
10 |
-
data_files:
|
11 |
-
license: mit
|
12 |
language:
|
13 |
- en
|
|
|
14 |
pretty_name: Event Based Traceability
|
|
|
15 |
---
|
16 |
# Overview
|
17 |
The following dataset contains the software artifacts used to evaluate the accuracy of traceability algorithms. It contains requirements, test cases, and source code with links established between requirements to code and requirements to test cases.
|
@@ -39,4 +40,4 @@ The following files contains three datasets:
|
|
39 |
pages={796-810},
|
40 |
keywords={Software maintenance;Software systems;Maintenance engineering;Control systems;Computer science;Computer Society;Project management;Software testing;System testing;Software engineering},
|
41 |
doi={10.1109/TSE.2003.1232285}}
|
42 |
-
```
|
|
|
1 |
---
|
2 |
configs:
|
3 |
- config_name: artifacts
|
4 |
+
data_files: artifacts.csv
|
5 |
- config_name: traces
|
6 |
+
data_files: traces.csv
|
7 |
- config_name: matrices
|
8 |
+
data_files: matrices.csv
|
9 |
- config_name: train
|
10 |
+
data_files: train.csv
|
|
|
11 |
language:
|
12 |
- en
|
13 |
+
license: mit
|
14 |
pretty_name: Event Based Traceability
|
15 |
+
|
16 |
---
|
17 |
# Overview
|
18 |
The following dataset contains the software artifacts used to evaluate the accuracy of traceability algorithms. It contains requirements, test cases, and source code with links established between requirements to code and requirements to test cases.
|
|
|
40 |
pages={796-810},
|
41 |
keywords={Software maintenance;Software systems;Maintenance engineering;Control systems;Computer science;Computer Society;Project management;Software testing;System testing;Software engineering},
|
42 |
doi={10.1109/TSE.2003.1232285}}
|
43 |
+
```
|
train.csv
CHANGED
The diff for this file is too large to render.
See raw diff
|
|