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.
- See also
- Configuration
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:173
Configuration element that represents the number or rate of insertion errors.
Definition: max_error.hpp:127
Configuration element that represents the number or rate of substitution errors.
Definition: max_error.hpp:82
Configuration element that represents the number or rate of total errors.
Definition: max_error.hpp:37
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:32
A strong type of underlying type double that represents the rate of errors.
Definition: max_error_common.hpp:47
◆ max_error_total() [1/2] [no-api]
seqan3::search_cfg::max_error_total::max_error_total |
( |
error_count |
error | ) |
|
|
no-apiinlineexplicit |
◆ max_error_total() [2/2] [no-api]
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: