opencog / atomspace

The OpenCog (hyper-)graph database and graph rewriting system
https://wiki.opencog.org/w/AtomSpace
Other
813 stars 225 forks source link

Remove redundant tv-mean, tv-conf and tv-count #1779

Open ngeiswei opened 6 years ago

ngeiswei commented 6 years ago

The following tv-mean, tv-conf and tv-count defined in https://github.com/opencog/atomspace/blob/master/opencog/scm/opencog/base/utilities.scm#L80 are redundant and should be replaced by cog-tv-mean, cog-tv-confidence and cog-tv-count (or cog-mean, cog-confidence and cog-count if they get renamed).

linas commented 6 years ago

Good beginner issue? need to crawl over opencog code, agi-bio code, and potentially some proprietary products?

soulbliss commented 6 years ago

@ngeiswei I will be working on this, let me know if I made the correct changes.