Skip to content

Commit ae76952

Browse files
committed
Correction Readme+Script
1 parent 3ca71aa commit ae76952

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ Second, one of the dependencies, SPMF, is not a Python package, but rather a Jav
4141

4242
Note that SPMF is available both as a JAR and as source code archive. However, the former does not contain all the features required by Pang, so one should use only the latter.
4343

44-
In order to run the script that reproduces our ECML PKDD experiments, you also need to install CORK. This is done by unzipping the archive `CORKcpp.zip` in the `src` folder.
44+
In order to run the script that reproduces our ECML PKDD experiments, you also need to install CORK. This is done by unzipping the archive `CORKcpp.zip` in the `src` folder. The documentation for installing CORK is available on the Readme file in the `CORKcpp` folder.
45+
4546

4647
## Data
4748
Third, you need to set up the data to which you want to apply Pang. This can be the dataset from our paper, in which you will need to unzip several archives, or your own data, in which case they need to be respect the appropriate format. In both cases, see cf. Section [Use](#use).
@@ -77,7 +78,7 @@ Then, run the appropriate script:
7778
3. Open the Python console.
7879
4. Run `EMCL.py`
7980

80-
The script will compute the results of the experiments and save the results associated with Table 2, 5 and 6 of the paper, in the `results` folder.
81+
The script will compute the results of the experiments and save the results associated with Table 2,3, 5 and 6 of the paper, in the `results` folder.
8182

8283

8384
## To Apply Pang to Other Data
@@ -110,7 +111,7 @@ Once the data are ready, you need to run a script to identify the patterns, and
110111
3. Run `ProcessingPattern.py`with the option `-d XXX` in order to create the files `XXX_mono.txt` and `XXX_iso.txt`.
111112
4. Run `PANG.py`. 2 parameters are required:
112113
* `-d XXX` : the name of the dataset
113-
* `-k k` : the number of patterns to consider. It can be a single value, or a list of values separated by commas.
114+
* `-k k` : the number of patterns to consider in the PANG representations. User can provide a single value, or a list of values separated by commas.
114115

115116
For each value of the parameter `k`, Pang will create a file `KResults.txt` containing the results of the classification and a file `KPatterns.txt` containing the patterns.
116117

0 commit comments

Comments
 (0)