Open terminal
sudo apt-get update
sudo apt-get install ns2* nam*
sudo apt-get purge nam
wget --user-agent="Mozilla/5.0(Windows NT 5.2; rv:2.0.1)Gecko/20100101Firefox/4.0.1"http://technobytz.com/wp- content/uploads/2015/11/nam_1.14_amd64.zip
Here are the notes for your exam, presented in a clear and concise point-wise format.
1. State equal-width vs equal-depth binning.
- Equal-Width Binning: Divides the range of data into a specified number of intervals of the same size.
- Equal-Depth (or Equal-Frequency) Binning: Divides the data into a specified number of bins with each bin containing roughly the same number of data points.
2. What is Business Intelligence?