Update README.md
Browse files
README.md
CHANGED
@@ -37,18 +37,19 @@ Haberman-Survival/
|
|
37 |
- `class_1`: Patients who survived 5 years or longer.
|
38 |
- `class_2`: Patients who did not survive 5 years.
|
39 |
|
40 |
-
## Usage
|
41 |
Here is an example of how to load the dataset using PrismRCL:
|
42 |
|
43 |
```bash
|
44 |
-
C:\PrismRCL\PrismRCL.exe
|
45 |
|
46 |
Explanation of Command
|
47 |
|
48 |
C:\PrismRCL\PrismRCL.exe: classification application
|
49 |
chisquared: training evaluation method
|
50 |
-
rclticks=
|
51 |
-
boxdown=
|
|
|
52 |
data=C:\path\to\Haberman-Survival\train: path to training data
|
53 |
testdata=C:\path\to\Haberman-Survival\test: path to testing data
|
54 |
savemodel=C:\path\to\models\mymodel.classify: path to save resulting model
|
|
|
37 |
- `class_1`: Patients who survived 5 years or longer.
|
38 |
- `class_2`: Patients who did not survive 5 years.
|
39 |
|
40 |
+
## Usage(pre-split; optimal parameters)
|
41 |
Here is an example of how to load the dataset using PrismRCL:
|
42 |
|
43 |
```bash
|
44 |
+
C:\PrismRCL\PrismRCL.exe naivebayes rclticks=18 boxdown=1 channelpick=5 data=C:\path\to\Haberman-Survival\train_data testdata=C:\path\to\Haberman-Survival\test_data savemodel=C:\path\to\models\mymodel.classify log=C:\path\to\log_files stopwhendone
|
45 |
|
46 |
Explanation of Command
|
47 |
|
48 |
C:\PrismRCL\PrismRCL.exe: classification application
|
49 |
chisquared: training evaluation method
|
50 |
+
rclticks=18: RCL training parameter
|
51 |
+
boxdown=1: RCL training parameter
|
52 |
+
channelpick=5 : RCL training parameter
|
53 |
data=C:\path\to\Haberman-Survival\train: path to training data
|
54 |
testdata=C:\path\to\Haberman-Survival\test: path to testing data
|
55 |
savemodel=C:\path\to\models\mymodel.classify: path to save resulting model
|