Skip to content

Commit 0de12a6

Browse files
authored
Update README.md
1 parent 02f1415 commit 0de12a6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,10 @@ Options:
4848
specify which file to store the built model.
4949
-a ALGORITHM, --algorithm=ALGORITHM
5050
specify which algorithm to use for classfication,
51-
candidates are svm/knn, default is knn.
51+
candidates are svm/knn/rbf/rf/gnb/benchmark, rbf means
52+
svm using rbf kernel, rf means random forest, gnb
53+
means Gaussian Naive Bayes, benchmark will try every
54+
algorithm and plot the score figure, default is knn.
5255
-c CFDNA_FLAG, --cfdna_flag=CFDNA_FLAG
5356
specify the filename flag of cfdna files, separated by
5457
semicolon. default is: cfdna

0 commit comments

Comments
 (0)