Type Definition graphannis::corpusstorage::FrequencyTable

source ·
pub type FrequencyTable<T> = Vec<(Vec<T>, usize)>;
Expand description

Definition of the result of a frequency query.

This is a vector of rows, and each row is a vector of columns with the different attribute values and a number of matches having this combination of attribute values.