other Flashcards

1
Q

substring

A

sequence of characters that appear consecutively within a longer string.

n(n+1)/2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Subsequence

A

sequence of characters that appear in the same relative order but not necessarily consecutively within a string.

2^n

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

leaves on tree for 2 strings

A

m+n

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

inner nodes on tree for 2 strings

A

m+n-1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

The weight vector is a linear combination of all training data.

A

true

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

The larger the regularization parameter C the harder the hyperplane

A

true

How well did you know this?
1
Not at all
2
3
4
5
Perfectly