Spec EditDistanceScore
Edit distance scoring scheme.

Extends Score
All Extended Score
Defined in <seqan/score.h>
Signature template <typename TValue> class Score<TValue, EditDistance>;

Template Parameters

TValue The score value type to use.

Interface Function Overview

Interface Functions Inherited From Score

Interface Metafunction Overview

Interface Metafunctions Inherited From Score

Detailed Description

EditDistance is a synonym for LevenshteinDistance.