Nil Geisweiller
Nil Geisweiller
Agreed. I suppose then the current AtomSpace class will be replaced by a AtomSpaceTVAV class or such that inherits an AtomSpace class that has no TV or AV and just...
Cool! I haven't looked at how it has affected the C++ TV code, I suppose it's rather profound. It feels that all the C++ TV could now be replaced by...
Thanks for the reference @linas, we'll have a look at it.
@rTreutlein , if I understand correctly, you are you looking for a technique to "lossy compress" multidimensional histograms, like in the publication you mentioned for 1d-histogram? I know nothing on...
Cover trees are data agnostic, all they need is a distance measure. Here's a Haskell implementation https://github.com/mikeizbicki/hlearn they even claim it's the fastest, though the project hasn't been updated since...
@linas, how to make `GetLink` not search the whole atomspace?
Ah, as long as it is efficient it's OK, which I'm not entirely sure of, but maybe it's another issue.
I wonder if that issue isn't fundamentally related to the notion of https://en.wikipedia.org/wiki/Continuation (which is a bit above my head frankly).
Thanks guys, I understand what is a continuation now, in principle at least (which is different from having practical experience with it).
I would tend to agree with @alexander-gabriel, minimizing confusion is more important than minimizing verbosity.