other Flashcards
1
Q
substring
A
sequence of characters that appear consecutively within a longer string.
n(n+1)/2
2
Q
Subsequence
A
sequence of characters that appear in the same relative order but not necessarily consecutively within a string.
2^n
3
Q
leaves on tree for 2 strings
A
m+n
4
Q
inner nodes on tree for 2 strings
A
m+n-1
5
Q
The weight vector is a linear combination of all training data.
A
true
6
Q
The larger the regularization parameter C the harder the hyperplane
A
true