Doxygen Source Code Documentation
termsnotcontained.m File Reference
Go to the source code of this file.
|
Functions |
| m (1:(size(t, 1)+1):end) |
Variables |
function | m |
Function Documentation
m |
( |
1:(size(t, 1)+1):end |
|
) |
|
|
Variable Documentation
|
Initial value: termsnotcontained(t)
%TERMSNOTCONTAINED Creates a logical matrix indicating term containment
% m(i,j)==1 iff t(i) is not contained by t(j)
% set diagonals to 1 because we want proper containment
m = (t*~t') > 0
Definition at line 1 of file termsnotcontained.m. |