Update README.md
Browse files
README.md
CHANGED
@@ -39,21 +39,20 @@ The dataset is organized into the following structure:
|
|
39 |
|
40 |
## Usage (not pre-split)
|
41 |
Here is an example of how to load the dataset using PrismRCL:
|
42 |
-
|
43 |
```bash
|
44 |
C:\PrismRCL\PrismRCL.exe chisquared rclticks=10 boxdown=0 data=C:\path\to\Lymphnode_Cancer_Biopsy_100k testsize=0.1 savemodel=C:\path\to\models\mymodel.classify log=C:\path\to\log_files stopwhendone
|
45 |
```
|
46 |
|
47 |
-
|
48 |
-
- `C:\PrismRCL\PrismRCL.exe`: classification
|
49 |
-
- `chisquared`: training evaluation method
|
50 |
-
- `rclticks=10`: RCL training
|
51 |
-
- `boxdown=0`:
|
52 |
-
- `data=C:\path\to\
|
53 |
-
- `
|
54 |
-
- `savemodel=C:\path\to\models\mymodel.classify`:
|
55 |
-
- `log=C:\path\to\log_files`: path
|
56 |
-
- `stopwhendone`:
|
57 |
|
58 |
## License
|
59 |
This dataset is licensed under the Creative Commons Attribution 4.0 International License. See the LICENSE file for more details.
|
|
|
39 |
|
40 |
## Usage (not pre-split)
|
41 |
Here is an example of how to load the dataset using PrismRCL:
|
|
|
42 |
```bash
|
43 |
C:\PrismRCL\PrismRCL.exe chisquared rclticks=10 boxdown=0 data=C:\path\to\Lymphnode_Cancer_Biopsy_100k testsize=0.1 savemodel=C:\path\to\models\mymodel.classify log=C:\path\to\log_files stopwhendone
|
44 |
```
|
45 |
|
46 |
+
Explanation of Command:
|
47 |
+
- `C:\PrismRCL\PrismRCL.exe`: Path to the PrismRCL executable for classification
|
48 |
+
- `chisquared`: Specifies Chi-squared as the training evaluation method
|
49 |
+
- `rclticks=10`: Sets the number of RCL iterations during training to 10
|
50 |
+
- `boxdown=0`: Configuration parameter for training behavior
|
51 |
+
- `data=C:\path\to\Lymphnode_Cancer_Biopsy_100k`: Path to the complete dataset for Lymphnode Cancer Biopsy classification
|
52 |
+
- `testsize=0.1`: Specifies that 10% of the data should be used for testing
|
53 |
+
- `savemodel=C:\path\to\models\mymodel.classify`: Path to save the resulting trained model
|
54 |
+
- `log=C:\path\to\log_files`: Directory path for storing log files of the training process
|
55 |
+
- `stopwhendone`: Instructs PrismRCL to end the session once training is complete
|
56 |
|
57 |
## License
|
58 |
This dataset is licensed under the Creative Commons Attribution 4.0 International License. See the LICENSE file for more details.
|