2
votes
1answer
153 views

What is the appropriate Machine Learning Algorithm for this scenario?

I am working on a Machine Learning problem which looks like this: Input Variables Categorical a b c d Continuous e Output Variables Discrete(Integers) v x y ...
5
votes
1answer
4k views

Decision tree VS Naive Bayes classifier

I am doing some researches about different datamining techniques and came accross something that I could not figure out. If any one have any idea that would be great. In which cases is it better to ...
1
vote
2answers
861 views

Confusion Matrix of Bayesian Network

I'm trying to understand bayesian network. I have a data file which has 10 attributes, I want to acquire the confusion table of this data table ,I thought I need to calculate tp,fp, fn, tn of all ...