Re: [GNC-dev] Understanding the bayesian import matching algorithm

2020-10-11 Thread Christian Gruber
Hi Derek, I further investigated the implemented algorithm during the last months using the transactions from my personal account. I wrote a simple application which simulates the import of all my transactions one by one in chronological order. For each transaction this application compares t

Re: [GNC-dev] Understanding the bayesian import matching algorithm

2020-07-05 Thread Christian Gruber
Am 02.07.20 um 21:28 schrieb Derek Atkins: Hi, On Thu, July 2, 2020 3:10 pm, Christian Gruber wrote: Hi, while further studying the bayesian import matching algorithm I'm now at the point, where I wanted to understand, how the bayes formula is applied to the problem of matching transactions t

Re: [GNC-dev] Understanding the bayesian import matching algorithm

2020-07-02 Thread Derek Atkins
Hi, On Thu, July 2, 2020 3:10 pm, Christian Gruber wrote: > Hi, > > while further studying the bayesian import matching algorithm I'm now at > the point, where I wanted to understand, how the bayes formula is > applied to the problem of matching transactions to accounts using > tokens. But I need