TFIDF
Ive been reading an article on the TFIDF algoirthm as an incremental learner, because when analysing text documents it maintains a table of word frequencies for each new document. Just wondering if the algoirthm in itself is an incremental learner or if this depends on how it is implemented
Thanks

