Uncategorized

data mining short question

State whether the following proximity measuresβ€”cosine, correlation, and Euclidean distanceβ€”are invariant (unchanged) under the following transformations. Specifically, if π‘₯β†’π‘₯β€² and 𝑦→𝑦′, would cosine(π‘₯,𝑦) = cosine(π‘₯β€²,𝑦′), correlation(π‘₯,𝑦) = correlation(π‘₯β€²,𝑦′), and Euclidean(π‘₯,𝑦) = Euclidean(π‘₯β€²,𝑦′). Please explain your answers by referring to the formula for each proximity measure. Simple yes or no would not be accepted.
I.Translation: π‘₯β†’π‘₯ 𝑐 and 𝑦→𝑦 𝑐, where 𝑐 is a constant added to each attribute value in π‘₯ and 𝑦.
II.Scaling: π‘₯→𝑐π‘₯ and 𝑦→𝑐𝑦, where 𝑐 is a constant multiplied to each attribute value in π‘₯ and 𝑦.
III.Standardization: π‘₯β†’(x – c)/d and 𝑦→(y – c)/d where 𝑐 and 𝑑 are constants.