Skip to content

Commit b32ba5c

Browse files
authored
Update README.md
1 parent 924731f commit b32ba5c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111

1212
* The < A_Main.m file > provides the examples of how to use these methods on benchmark dataset
1313

14+
* Main goals of this toolbox are:
15+
+ Sharing knowledge on machine learning works
16+
+ Helping others in machine learning projects
17+
1418
## Usage
1519
The main function *jml* is used to perform the classification. You may switch the algorithm by simply changes the 'da' to [other abbreviations](/README.md#list-of-available-machine-learning-methods)
1620
* If you wish to use discriminate analysis ( DA ) classifier then you may write
@@ -38,7 +42,7 @@ ML = jml('nb',feat,label,opts);
3842
+ t : computational time (s)
3943

4044
## How to choose the validation scheme?
41-
There are three types of validation strategies:
45+
There are three types of performance validations. These validation strategies are listed as following. However, if you do not select any of them, then the algorithm will automatically perform 10-fold cross-validation as default.
4246
+ Hold-out validation
4347
```code
4448
opts.tf = 1;

0 commit comments

Comments
 (0)