Carlos-Francisco Méndez-Cruz

Classification transcription factor structural domain sentences

...@@ -36,6 +36,8 @@ from scipy.sparse import csr_matrix ...@@ -36,6 +36,8 @@ from scipy.sparse import csr_matrix
36 # 11) --kernel Kernel 36 # 11) --kernel Kernel
37 # 12) --reduction Feature selection or dimensionality reduction 37 # 12) --reduction Feature selection or dimensionality reduction
38 # 13) --removeStopWords Remove most frequent words 38 # 13) --removeStopWords Remove most frequent words
39 +# 14) --ngrinitial N-gram inicial
40 +# 15) --ngrfinal N-gram final
39 # 14) --vectorizer Vectorizer: b=binary, f=frequency, t=tf-idf. 41 # 14) --vectorizer Vectorizer: b=binary, f=frequency, t=tf-idf.
40 42
41 43
......