#include <assert.h>
#include "fret.h"
#include "common.h"
#include "scans_purge.h"
Include dependency graph for scans_purge.c:
Functions | |
const Gram * | scanPurgeOverlap (const Gram *const pNextGram, Gram *const pResultGram) |
Implements one Scan that removes overlapping Generic Grams of the lowest priority.
|
Function scans the Generic Grams and removes Grams that overlap with Grams of lower risk (higher confidence). |