NAME
DiaColloDB::Compat::v0_11::Relation::Cofreqs - collocation db, profiling relation: co-frequency database (using pair of DiaColloDB::PackedFile)
SYNOPSIS
##========================================================================
## PRELIMINARIES
use DiaColloDB::Compat::v0_11::Relation::Cofreqs;
##========================================================================
## I/O: open/close
$cof_or_undef = $cof->open($base,$flags);
$cof_or_undef = $cof->close();
$bool = $cof->opened();
##========================================================================
## Utilities: lookup
$N = $cof->sliceN($slice,$dateLo);
DESCRIPTION
Globals & Constants
I/O: open/close
- open
-
$cof_or_undef = $cof->open($base,$flags);
$cof_or_undef = $cof->open($base) $cof_or_undef = $cof->open()
- close
-
$cof_or_undef = $cof->close();
(undocumented)
- opened
-
$bool = $cof->opened();
(undocumented)
Utilities: lookup
- sliceN
-
$N = $cof->sliceN($slice,$dateLo);
get total slice co-occurrence count (compatible wrapper uses constant $cof->{N} for all slices)
AUTHOR
Bryan Jurish <moocow@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2017-2020 by Bryan Jurish
This package is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.14.2 or, at your option, any later version of Perl 5 you may have available.
SEE ALSO
dcdb-create.per(1), dcdb-query.perl(1), dcdb-info.perl(1), dcdb-export.perl(1), dcdb-dump.perl(1), DiaColloDB(3pm), perl(1), ...