Configuration element that represents the number or rate of total errors.
More...
#include <seqan3/search/configuration/max_error.hpp>
Configuration element that represents the number or rate of total errors.
This configuration element can be used to determine the number or rate of total errors that are supported.
Example
int main()
{
return 0;
}
Collection of elements to configure an algorithm.
Definition: configuration.hpp:45
Configuration element that represents the number or rate of deletion errors.
Definition: max_error.hpp:169
Configuration element that represents the number or rate of insertion errors.
Definition: max_error.hpp:124
Configuration element that represents the number or rate of substitution errors.
Definition: max_error.hpp:80
Configuration element that represents the number or rate of total errors.
Definition: max_error.hpp:36
Provides seqan3::configuration and utility functions.
Provides the configuration for maximum number of errors for all error types.
A strong type of underlying type uint8_t that represents the number of errors.
Definition: max_error_common.hpp:31
A strong type of underlying type double that represents the rate of errors.
Definition: max_error_common.hpp:45
◆ max_error_total() [1/2]
seqan3::search_cfg::max_error_total::max_error_total |
( |
error_count |
error | ) |
|
|
no-apiinlineexplicit |
◆ max_error_total() [2/2]
seqan3::search_cfg::max_error_total::max_error_total |
( |
error_rate |
error | ) |
|
|
no-apiinlineexplicit |
The documentation for this class was generated from the following file: