Update README.md
Browse files
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\
|
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:**
|