#include <HammingSequenceMatchingAutomaton.h>
◆ construct() [1/2]
template<class SymbolType >
automaton::NFA< SymbolType, ext::pair< unsigned int, unsigned int > > stringology::matching::HammingSequenceMatchingAutomaton::construct |
( |
const string::LinearString< SymbolType > & |
pattern, |
|
|
unsigned int |
allowed_errors |
|
) |
| |
|
static |
Creates Hamming matching automata for sequence matching from LinearString.
- Returns
- automata for aproximate sequence matching using Hamming method.
◆ construct() [2/2]
template<class SymbolType >
Creates Hamming matching automata for sequence matching from WildcardLinearString.
- Returns
- automata for aproximate sequence matching using Hamming method.
The documentation for this class was generated from the following file: