| Did you know ... | Search Documentation: |
| Pack logtalk -- logtalk-3.100.1/docs/apis/_sources/pattern_miner_common_0.rst.txt |
.. index:: single: pattern_miner_common .. _pattern_miner_common/0:
.. rst-class:: right
category
pattern_miner_commonShared predicates for pattern miner diagnostics, defaults, option handling, and export helpers.
| Availability:
| logtalk_load(pattern_mining_protocols(loader))
| Author: Paulo Moura | Version: 1:0:0 | Date: 2026-04-29
| Compilation flags:
| static
| Implements:
| public :ref:`pattern_miner_protocol <pattern_miner_protocol/0>`
| Extends:
| public :ref:`options <options/0>`
| Uses:
| :ref:`format <format/0>`
| :ref:`list <list/0>`
| :ref:`type <type/0>`
| Remarks: | (none)
| Inherited public predicates: | Â :ref:`options_protocol/0::check_option/1` Â :ref:`options_protocol/0::check_options/1` Â :ref:`pattern_miner_protocol/0::check_pattern_miner/1` Â :ref:`options_protocol/0::default_option/1` Â :ref:`options_protocol/0::default_options/1` Â :ref:`pattern_miner_protocol/0::diagnostic/2` Â :ref:`pattern_miner_protocol/0::diagnostics/2` Â :ref:`pattern_miner_protocol/0::export_to_clauses/4` Â :ref:`pattern_miner_protocol/0::export_to_file/4` Â :ref:`pattern_miner_protocol/0::mine/2` Â :ref:`pattern_miner_protocol/0::mine/3` Â :ref:`options_protocol/0::option/2` Â :ref:`options_protocol/0::option/3` Â :ref:`pattern_miner_protocol/0::pattern_miner_options/2` Â :ref:`pattern_miner_protocol/0::print_pattern_miner/1` Â :ref:`options_protocol/0::valid_option/1` Â :ref:`options_protocol/0::valid_options/1` Â :ref:`pattern_miner_protocol/0::valid_pattern_miner/1` Â
.. contents:: :local: :backlinks: top
(no local declarations; see entity ancestors if any)
.. index:: pattern_miner_diagnostics_data/2 .. _pattern_miner_common/0::pattern_miner_diagnostics_data/2:
pattern_miner_diagnostics_data/2 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Hook predicate that importing pattern miner implementations must define in order to expose diagnostics metadata.
| Compilation flags:
| static
| Template:
| pattern_miner_diagnostics_data(PatternMiner,Diagnostics)
| Mode and number of proofs:
| pattern_miner_diagnostics_data(+compound,-list(compound)) - one
.. index:: pattern_miner_diagnostics/6 .. _pattern_miner_common/0::pattern_miner_diagnostics/6:
pattern_miner_diagnostics/6 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Builds a standard diagnostics list from generic pattern miner metadata and algorithm-specific diagnostics terms.
| Compilation flags:
| static
| Template:
| pattern_miner_diagnostics(Model,ItemDomain,Patterns,Options,SpecificDiagnostics,Diagnostics)
| Mode and number of proofs:
| pattern_miner_diagnostics(+atom,+list(atom),+list(compound),+list(compound),+list(compound),-list(compound)) - one
.. index:: pattern_miner_export_template/4 .. _pattern_miner_common/0::pattern_miner_export_template/4:
pattern_miner_export_template/4 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Hook predicate that importing pattern miner implementations must define in order to expose the exported pattern miner template for a given functor.
| Compilation flags:
| static
| Template:
| pattern_miner_export_template(Dataset,PatternMiner,Functor,Template)
| Mode and number of proofs:
| pattern_miner_export_template(+object_identifier,+compound,+atom,-callable) - one
.. index:: valid_pattern_miner_metadata/5 .. _pattern_miner_common/0::valid_pattern_miner_metadata/5:
valid_pattern_miner_metadata/5 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
True when the diagnostics list matches the generic pattern miner metadata implied by the model, item domain, mined patterns, and effective options.
| Compilation flags:
| static
| Template:
| valid_pattern_miner_metadata(Model,ItemDomain,Patterns,Options,Diagnostics)
| Mode and number of proofs:
| valid_pattern_miner_metadata(+atom,+list(atom),+list(compound),+list(compound),+list(compound)) - zero_or_one
.. index:: check_item_domain/1 .. _pattern_miner_common/0::check_item_domain/1:
check_item_domain/1 ^^^^^^^^^^^^^^^^^^^^^^^
Validates that the declared item domain is canonical and contains only atoms.
| Compilation flags:
| static
| Template:
| check_item_domain(ItemDomain)
| Mode and number of proofs:
| check_item_domain(+list(atom)) - one
.. index:: effective_support_count/3 .. _pattern_miner_common/0::effective_support_count/3:
effective_support_count/3 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Computes the effective minimum support count from the effective options and the dataset size.
| Compilation flags:
| static
| Template:
| effective_support_count(DatasetSize,Options,SupportCount)
| Mode and number of proofs:
| effective_support_count(+integer,+list(compound),-integer) - one
.. index:: effective_maximum_pattern_length/3 .. _pattern_miner_common/0::effective_maximum_pattern_length/3:
effective_maximum_pattern_length/3 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Computes the effective maximum pattern length from the effective options and the dataset maximum pattern length.
| Compilation flags:
| static
| Template:
| effective_maximum_pattern_length(DatasetMaximumPatternLength,Options,MaximumPatternLength)
| Mode and number of proofs:
| effective_maximum_pattern_length(+integer,+list(compound),-integer) - one
(no local declarations; see entity ancestors if any)
(none)