HIBF
1.0.0-rc.1
Toggle main menu visibility
Main Page
Cookbook
About
Changelog
Copyright
Code of Conduct
Contributing
API Reference
API Reference (details)
Concept List
Class List
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
~
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
~
Variables
a
b
d
e
f
h
i
k
m
n
o
p
r
s
t
u
v
Typedefs
Related Symbols
File List
File List
File Members
All
Macros
▼
HIBF
Cookbook
►
About
►
API Reference
▼
API Reference (details)
►
Concept List
►
Class List
▼
File List
▼
File List
▼
hibf
►
build
►
cereal
▼
layout
compute_fpr_correction.hpp
compute_layout.hpp
compute_relaxed_fpr_correction.hpp
data_store.hpp
►
graph.hpp
hierarchical_binning.hpp
layout.hpp
prefixes.hpp
print_matrix.hpp
simple_binning.hpp
►
misc
►
sketch
all.hpp
config.hpp
hierarchical_interleaved_bloom_filter.hpp
►
interleaved_bloom_filter.hpp
►
platform.hpp
►
version.hpp
►
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Friends
Macros
Modules
Pages
Concepts
Loading...
Searching...
No Matches
compute_relaxed_fpr_correction.hpp
1
// SPDX-FileCopyrightText: 2006-2025, Knut Reinert & Freie Universität Berlin
2
// SPDX-FileCopyrightText: 2016-2025, Knut Reinert & MPI für molekulare Genetik
3
// SPDX-License-Identifier: BSD-3-Clause
4
5
#pragma once
6
7
#include <
cstddef
>
// for size_t
8
9
#include <
hibf/platform.hpp
>
10
11
namespace
seqan::hibf::layout
12
{
13
18
struct
relaxed_fpr_correction_parameters
19
{
20
double
fpr{};
21
double
relaxed_fpr{};
22
size_t
hash_count{};
23
};
18
struct
relaxed_fpr_correction_parameters
{
…
};
24
28
[[nodiscard]]
double
compute_relaxed_fpr_correction
(
relaxed_fpr_correction_parameters
const
& params);
29
30
}
// namespace seqan::hibf::layout
cstddef
seqan::hibf::layout::compute_relaxed_fpr_correction
double compute_relaxed_fpr_correction(relaxed_fpr_correction_parameters const ¶ms)
Precompute size correction factor for merged bins which are allowed to have a relaxed FPR.
platform.hpp
Provides platform and dependency checks.
seqan::hibf::layout::relaxed_fpr_correction_parameters
Contains parameters for compute_relaxed_fpr_correction.
Definition
compute_relaxed_fpr_correction.hpp:19
hibf
layout
compute_relaxed_fpr_correction.hpp
Generated on Mon Mar 17 2025 14:41:03 for HIBF by
1.10.0