nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.DataMining.DynamicProgramming / ScoreMatrix

ScoreMatrix

Full name Microsoft.VisualBasic.DataMining.DynamicProgramming.NeedlemanWunsch.ScoreMatrix`1 Assembly Microsoft.VisualBasic.DataMining.DynamicProgramming Members 5

01 Syntax

Microsoft.VisualBasic.DataMining.DynamicProgramming.NeedlemanWunsch.ScoreMatrix`1

02 Methods

NameOverloadsSummary
getMatchScore 1 if char a is equal to char b return the match score else return mismatch score
ToString 1

03 Properties

NameOverloadsSummary
GapPenalty 1 get gap open penalty
MatchScore 1 get match score
MismatchScore 1 get mismatch score

04 Members

method getMatchScore #
getMatchScore(`0, `0)

if char a is equal to char b return the match score else return mismatch score

property GapPenalty #
GapPenalty

get gap open penalty

Returns

gap open penalty

property MatchScore #
MatchScore

get match score

Returns

match score

property MismatchScore #
MismatchScore

get mismatch score

Returns

mismatch score

method ToString #
ToString()