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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -37,11 +37,11 @@ The dataset is organized into the following structure:
37
  - **Image Data**: Each file contains a biopsy image of lymphnode cancer tissue.
38
  - **Classes**: There are two classes, each represented by a separate folder based on the type of tissue (benign or malignant).
39
 
40
- ## Usage
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\{dataset_folder_name}\train_data testdata=C:\path\to\{dataset_folder_name}\test_data savemodel=C:\path\to\models\mymodel.classify log=C:\path\to\log_files stopwhendone
45
  ```
46
 
47
  **Explanation:**
 
37
  - **Image Data**: Each file contains a biopsy image of lymphnode cancer tissue.
38
  - **Classes**: There are two classes, each represented by a separate folder based on the type of tissue (benign or malignant).
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:**