Datasets:

Modalities:
Text
Formats:
text
Size:
< 1K
Libraries:
Datasets
License:
danielladiaz commited on
Commit
33118ed
1 Parent(s): e3d03ec

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -35,18 +35,19 @@ Glass-Identification/
35
  - **Tabular Data**: Each text file contains space-separated values representing the features of a sample.
36
  - **Classes**: There are multiple classes, each represented by a separate folder based on the type of glass.
37
 
38
- ## Usage
39
  Here is an example of how to load the dataset using PrismRCL:
40
 
41
  ```bash
42
- C:\PrismRCL\PrismRCL.exe chisquared rclticks=10 boxdown=0 data=C:\path\to\Glass-Identification\train_data testdata=C:\path\to\Glass-Identification\test_data savemodel=C:\path\to\models\mymodel.classify log=C:\path\to\log_files stopwhendone
43
  ```
44
 
45
  Explanation:
46
  - `C:\PrismRCL\PrismRCL.exe`: classification application
47
  - `chisquared`: training evaluation method
48
- - `rclticks=10`: RCL training parameter
49
- - `boxdown=0`: RCL training parameter
 
50
  - `data=C:\path\to\Glass-Identification\train_data`: path to training data
51
  - `testdata=C:\path\to\Glass-Identification\test_data`: path to testing data
52
  - `savemodel=C:\path\to\models\mymodel.classify`: path to save resulting model
 
35
  - **Tabular Data**: Each text file contains space-separated values representing the features of a sample.
36
  - **Classes**: There are multiple classes, each represented by a separate folder based on the type of glass.
37
 
38
+ ## Usage (pre-split; optimal parameters)
39
  Here is an example of how to load the dataset using PrismRCL:
40
 
41
  ```bash
42
+ C:\PrismRCL\PrismRCL.exe chisquared rclticks=18 boxdown=1 channelpick=5 data=C:\path\to\Glass-Identification\train_data testdata=C:\path\to\Glass-Identification\test_data savemodel=C:\path\to\models\mymodel.classify log=C:\path\to\log_files stopwhendone
43
  ```
44
 
45
  Explanation:
46
  - `C:\PrismRCL\PrismRCL.exe`: classification application
47
  - `chisquared`: training evaluation method
48
+ - `rclticks=18`: RCL training parameter
49
+ - `boxdown=1`: RCL training parameter
50
+ - channelpick=5 : RCL training parameter
51
  - `data=C:\path\to\Glass-Identification\train_data`: path to training data
52
  - `testdata=C:\path\to\Glass-Identification\test_data`: path to testing data
53
  - `savemodel=C:\path\to\models\mymodel.classify`: path to save resulting model