Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 14

Group-A

1) a) What is cluster and clustering?

b) Write down the methods, application, requirements, examples of clustering?


c) Use K-means algorithm to create two cluster (K=2) from the given data set-

A(2,2), B(3,2),C(1,1),D(3,1),E(1.5,0.5)
2) Consider following data table containing variables of mixed type. Show dissimilarity matrix between
variable of mixed type. 10

Object ID Test-1(categorial) Test-2(ordinal)


1 Code-A good
2 Code-B fair
3 Code-C Good
4 Code-A

excellent
5 Code-C good
5. A reasearcher wants to find out if there is any relationship between the ages of husband and
the ages of wives.
Age of 39 25 29 35 32 27 37
husband(in
years) x
Age of 37 18 20 25 25 20 30
wife(in
years) y

a) Compute the regression line of y in x.


b) Predict the age of wife whose husband’s age in 45 years.
c) Find the regression line of x on y and estimate the age of husband if the age of his wife is 28
years.
6.a) Write down the steps of Genetic Algorithms.

b) Write short notes on-

I. cross over

II. single point cross over

III. two point cross over

IV. uniform cross over

V. mutation cross over.

You might also like