danielladiaz
commited on
Commit
•
db0f296
1
Parent(s):
6d6d6a8
Update README.md
Browse files
README.md
CHANGED
@@ -36,17 +36,16 @@ Cancer_Documents_Classification/
|
|
36 |
- **Tabular Data**: Each text file contains space-separated values representing the features of a sample.
|
37 |
- **Categories**: There are multiple categories, each represented by a separate folder based on the type of publication.
|
38 |
|
39 |
-
## Usage
|
40 |
Here is an example of how to load the dataset using PrismRCL:
|
41 |
|
42 |
```bash
|
43 |
-
C:\PrismRCL\PrismRCL.exe chisquared rclticks=
|
44 |
-
```
|
45 |
|
46 |
Explanation:
|
47 |
- `C:\PrismRCL\PrismRCL.exe`: classification application
|
48 |
- `chisquared`: training evaluation method
|
49 |
-
- `rclticks=
|
50 |
- `boxdown=0`: RCL training parameter
|
51 |
- `data=C:\path\to\Cancer_Documents_Classification\train_data`: path to training data
|
52 |
- `testdata=C:\path\to\Cancer_Documents_Classification\test_data`: path to testing data
|
|
|
36 |
- **Tabular Data**: Each text file contains space-separated values representing the features of a sample.
|
37 |
- **Categories**: There are multiple categories, each represented by a separate folder based on the type of publication.
|
38 |
|
39 |
+
## Usage (not pre-split; optimal parameters)
|
40 |
Here is an example of how to load the dataset using PrismRCL:
|
41 |
|
42 |
```bash
|
43 |
+
C:\PrismRCL\PrismRCL.exe chisquared rclticks=15 boxdown=0 channelpick=5 data=C:\path\to\Cancer_Documents_Classification_mm testsize=0.1 savemodel=C:\path\to\models\mymodel.classify log=C:\path\to\log_files stopwhendone```
|
|
|
44 |
|
45 |
Explanation:
|
46 |
- `C:\PrismRCL\PrismRCL.exe`: classification application
|
47 |
- `chisquared`: training evaluation method
|
48 |
+
- `rclticks=15`: RCL training parameter
|
49 |
- `boxdown=0`: RCL training parameter
|
50 |
- `data=C:\path\to\Cancer_Documents_Classification\train_data`: path to training data
|
51 |
- `testdata=C:\path\to\Cancer_Documents_Classification\test_data`: path to testing data
|