Problem with naive bayes(not the kernel ones)

User: "johnny5550822"
New Altair Community Member
Updated by Jocelyn
I have a set of continuous features. I suppose to use the kernel naive bayes because the features are continuous. However, I use the non-kernel naive bayes, and still give me some predict result. How does the non-kernel naive bayes handle the continuous features? (Does it assume each feature to have a normal distribution)??

Find more posts tagged with

Sort by:
1 - 2 of 21
    The naive bayes in Rapidminer is assuming a normal distribution for numerical features
    User: "johnny5550822"
    New Altair Community Member
    OP
    Great, this is for the non-kernel one naive bayes, right? For the kernel ones, it will determine it, right?