The Bernoulli model

martin_mmartin_m Member Posts: 1 Contributor I
edited November 2018 in Help
Hello,
maybe somebody know, how  implement The Bernoulli model (http://nlp.stanford.edu/IR-book/html/htmledition/the-bernoulli-model-1.html) in rapidminer ?

Thanks for response

Answers

  • landland RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 2,531 Unicorn
    Hi Martin,
    it seems to me the only difference to NaiveBayes is in line 8, where there are added two ones. If you think this difference can be ignored, just use NaiveBayes. Otherwise I think you will have to implement your own learning algorithm...

    Greetings,
      Sebastian
Sign In or Register to comment.