We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02f1415 commit 0de12a6Copy full SHA for 0de12a6
README.md
@@ -48,7 +48,10 @@ Options:
48
specify which file to store the built model.
49
-a ALGORITHM, --algorithm=ALGORITHM
50
specify which algorithm to use for classfication,
51
- candidates are svm/knn, default is knn.
+ 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.
55
-c CFDNA_FLAG, --cfdna_flag=CFDNA_FLAG
56
specify the filename flag of cfdna files, separated by
57
semicolon. default is: cfdna
0 commit comments