I just chosen a data set with the following attributes.
- Zipcode (1000, 4000) only 2 zip codes I have chosen.
- City (Sydney, Brisbane) only 2 cities I have chosen.
- Optus
- Telstra
Just to represent in a area how many people are using optus network and how many people are using Telstra network.
I have 100 records and I calculated Mean, Std. Dev and the count.
Now, stuck what all should I find for NavieBayes apart from mean & std deviation? and if possible can anyone provide with a sample formula too. I am working on C#.
And, calculating precision required?
Thanks.