danielladiaz
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -44,25 +44,28 @@ Wheat-Seeds/
|
|
44 |
- **Tabular Data**: Each text file contains space-separated values representing the features of a sample.
|
45 |
- **Classes**: There are three classes, each represented by a separate folder.
|
46 |
|
47 |
-
|
|
|
|
|
48 |
Here is an example of how to load the dataset using PrismRCL:
|
49 |
|
50 |
```bash
|
51 |
C:\PrismRCL\PrismRCL.exe naivebayes rclticks=7 boxdown=0 channelpick=5 data=C:\path\to\Wheat-Seeds\train_data testdata=C:\path\to\Wheat-Seeds\test_data savemodel=C:\path\to\models\mymodel.classify log=C:\path\to\log_files stopwhendone
|
52 |
```
|
53 |
-
Here's the explanation of the command, formatted as requested:
|
54 |
|
55 |
Explanation of Command:
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
|
|
|
|
66 |
|
67 |
## License
|
68 |
This dataset is licensed under the Creative Commons Attribution 4.0 license. See the LICENSE file for more details.
|
|
|
44 |
- **Tabular Data**: Each text file contains space-separated values representing the features of a sample.
|
45 |
- **Classes**: There are three classes, each represented by a separate folder.
|
46 |
|
47 |
+
Thank you for providing the command and its explanation. I'll ensure that the 'usage' section is consistent with the included command. Here's a revised version of the usage section:
|
48 |
+
|
49 |
+
**Usage (pre-split)**
|
50 |
Here is an example of how to load the dataset using PrismRCL:
|
51 |
|
52 |
```bash
|
53 |
C:\PrismRCL\PrismRCL.exe naivebayes rclticks=7 boxdown=0 channelpick=5 data=C:\path\to\Wheat-Seeds\train_data testdata=C:\path\to\Wheat-Seeds\test_data savemodel=C:\path\to\models\mymodel.classify log=C:\path\to\log_files stopwhendone
|
54 |
```
|
|
|
55 |
|
56 |
Explanation of Command:
|
57 |
+
* `C:\PrismRCL\PrismRCL.exe`: Path to the PrismRCL executable for classification
|
58 |
+
* `naivebayes`: Specifies Naive Bayes as the training evaluation method
|
59 |
+
* `rclticks=7`: Sets the number of RCL iterations during training to 7
|
60 |
+
* `boxdown=0`: RCL training parameter
|
61 |
+
* `channelpick=5`: RCL training parameter
|
62 |
+
* `data=C:\path\to\Wheat-Seeds\train_data`: Path to the training data for wheat seeds classification
|
63 |
+
* `testdata=C:\path\to\Wheat-Seeds\test_data`: Path to the testing data for evaluation
|
64 |
+
* `savemodel=C:\path\to\models\mymodel.classify`: Path to save the resulting trained model
|
65 |
+
* `log=C:\path\to\log_files`: Directory path for storing log files of the training process
|
66 |
+
* `stopwhendone`: Instructs PrismRCL to end the session once training is complete
|
67 |
+
|
68 |
+
This usage section now accurately reflects the provided command and includes a consistent explanation for each parameter.
|
69 |
|
70 |
## License
|
71 |
This dataset is licensed under the Creative Commons Attribution 4.0 license. See the LICENSE file for more details.
|