danielladiaz commited on
Commit
bf3b4e0
·
verified ·
1 Parent(s): 0fae49f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -11
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
- **Explanation:**
48
- - `C:\PrismRCL\PrismRCL.exe`: classification application
49
- - `chisquared`: training evaluation method
50
- - `rclticks=10`: RCL training parameter
51
- - `boxdown=0`: RCL training parameter
52
- - `data=C:\path\to\{dataset_folder_name}\train_data`: path to training data
53
- - `testdata=C:\path\to\{dataset_folder_name}\test_data`: path to testing data
54
- - `savemodel=C:\path\to\models\mymodel.classify`: path to save resulting model
55
- - `log=C:\path\to\log_files`: path to logfiles
56
- - `stopwhendone`: ends the PrismRCL session when training is done
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.