tmpstats Struct Reference

New data structure for statistics. More...

#include <db.h>

Collaboration diagram for tmpstats:

Collaboration graph
[legend]

Data Fields

let_statforward
 Pointer to forward oriented tree.
let_statbackward
 Pointer to backward oriented tree.
CHAR letter
 Letter at current position.
int pos
 Current position.

Detailed Description

New data structure for statistics.

Old structure had members with already computed values. New structure uses only pointers to the tree with occurrences. It's more general and it should allow us to implement more complex methods. But it can be less efficient. This structure is used in evaluate functions.

See also:
evaluate let_stat

The documentation for this struct was generated from the following file:

Generated on Sat Dec 20 11:32:18 2008 for Affisix by  doxygen 1.5.7.1