Re: Efficiency issues/thoughts
Jason Rennie <[email protected]>
| Newsgroups | gmane.mail.ifile.general |
|---|---|
| Message-ID | <[email protected]> |
[email protected] said: > I don't want to use -Q in this case, because what I'm aiming to do is > provide automatic recording of classification/reclassification of > messages based on where they actually get put, and then a hook the > user can optionally call to get a recommendation as to where to put > the message. I don't want calling the hook to have side-effects -- > it's just a recommendation. Ah, yes, then I think -q then -i is the best way to go. Sounds like your module will be quite cool! Using it as a recommender solves the non-zero false positive problem :) Jason