Skip to content

Instantly share code, notes, and snippets.

View MJ665's full-sized avatar

Meet Jain MJ665

View GitHub Profile
@MJ665
MJ665 / cn4expSem4.md
Last active February 23, 2024 16:58
cn 4 exp sem 4
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
@MJ665
MJ665 / Business Intelligence Sem 7.md
Last active October 16, 2025 11:53
Business Intelligence

Module 1

Here are the notes for your exam, presented in a clear and concise point-wise format.

Short Answers

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?