opencog / miner

Frequent and surprising subhypergraph pattern miner for the AtomSpace.
Other
8 stars 15 forks source link

Store frequency + other attributes in patterns of the pattern miner #8

Closed ngeiswei closed 4 years ago

ngeiswei commented 5 years ago

Currently the new pattern miner does not keep any intermediary information leading to its discovery such as its frequency, eventually its surprisingness. This should be kept track of, either by attaching Values to the atom corresponding to the pattern, or explicitly via EvaluationLink in the atomspace.

linas commented 5 years ago

I recommend using CountTruthValue for counting things. There's some existing infrastructure (e.g. the matrix code) for converting counts into a large variety of other things (marginals, conditionals, totals, frequencies, entropies, MI, etc.)

ngeiswei commented 4 years ago

This has been addressed in various PRs, closing.