This document discusses distance measures and scales of measurement that are important for k-nearest neighbor classification. It covers two major classes of distance measures - Euclidean and non-Euclidean. It also describes three major scales of measurement for data - nominal, ordinal, and interval scales. It provides examples of different distance functions like Euclidean, Manhattan, cosine, and edit distances. It discusses how the choice of distance measure depends on the type of data and its scale of measurement.