The class contains simple gap estimation table template. More...
#include <LibraryReader.hpp>
Classes | |
class | GapsRecord |
Public Types | |
typedef std::vector< GapsRecord > | Table |
Public Member Functions | |
GapTable (const std::string &fname, double outliersFraction=0) | |
double | getFrequency (const T &gaps, double outsideTheRange=0) |
Protected Member Functions | |
void | load (const std::string &fname) |
void | cutOutliers () |
Protected Attributes | |
Table | records_ |
std::string | fileName_ |
double | outliersFraction_ |
The class contains simple gap estimation table template.