ScoreMatrix
01 Syntax
Microsoft.VisualBasic.DataMining.DynamicProgramming.NeedlemanWunsch.ScoreMatrix`1
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| getMatchScore | 1 | if char a is equal to char b return the match score else return mismatch score |
| ToString | 1 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| GapPenalty | 1 | get gap open penalty |
| MatchScore | 1 | get match score |
| MismatchScore | 1 | get mismatch score |
04 Members
getMatchScore(
`0, `0)if char a is equal to char b return the match score else return mismatch score
GapPenalty
get gap open penalty
Returns
gap open penalty
MatchScore
get match score
Returns
match score
MismatchScore
get mismatch score
Returns
mismatch score
ToString()