Skip to main content
. Author manuscript; available in PMC: 2014 Jun 6.
Published in final edited form as: IEEE/ACM Trans Comput Biol Bioinform. 2011 Mar 16;9(1):294–304. doi: 10.1109/TCBB.2011.58

TABLE 1.

Summary of Notations and Definitions

Notation/Name Defined in Definition
M Section 2 transactional database in the form of (0,1)-matrix
T Section 2 complete set of transactions (rows) of M
I Section 2 complete set of items (columns) of M
M(i, j) Section 2 value of entry (either 0 or 1) at row i and column j of M
pattern (Cartesian product) Section 2 P = T × I = {(x, y) : xT, yI} where TT and II
supporting pattern P for entry (i, j) Section 2 Pattern P covers (i, j) and, M(x, y) = 1 for any entry (x, y) ∈ P\{(i, j)}
maximal supporting pattern P for entry (i, j) Section 2 There does not exist another supporting pattern P′ for (i, j) such that PP
S(i, j) (independent evidence for hypothesis M(i, j) == 1) Section 2 the set of all maximal supporting patterns for entry (i, j)
F(i,j) (feature extracted from S(i, j)) Section 2 maxT × IS(i,j)(|T| – 1) * (|I| – 1)
M[X; Y] (submatrix of M) Section 3.1 a matrix formed by selecting rows in X and columns in Y from M, where XT and YI
supporting biclique for entry (i, j) Section 3.1 biclique in M[X;Y] where X={x:xT\{i},M(x,j)=1}, Y={y:yI\{j},M(i,y)=1}.
maximal supporting biclique for entry (i, j) Section 3.1 maximal biclique in M[X;Y] where X={x:xT\{i},M(x,j)=1}, Y={y:yI\{j},M(i,y)=1}.
maximum supporting biclique for entry (i, j) Section 3.1 maximum edge biclique in M[X;Y] where X={x:xT\{i},M(x,j)=1}, Y={y:yI\{j},M(i,y)=1}.