Update README.md
Browse files
README.md
CHANGED
@@ -42,6 +42,7 @@ Here is an example of how to load the dataset using PrismRCL:
|
|
42 |
|
43 |
```
|
44 |
C:\PrismRCL\PrismRCL.exe fractal imaginary rclticks=15 boxdown=0 channelpick=4 data=C:\path\to\Breast_Cancer_Biopsy_7500 testsize=0.1 savemodel=C:\path\to\models\mymodel.classify log=C:\path\to\log_files stopwhendone```
|
|
|
45 |
|
46 |
Explanation:
|
47 |
- `C:\PrismRCL\PrismRCL.exe`: classification application
|
|
|
42 |
|
43 |
```
|
44 |
C:\PrismRCL\PrismRCL.exe fractal imaginary rclticks=15 boxdown=0 channelpick=4 data=C:\path\to\Breast_Cancer_Biopsy_7500 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
|