propertiesdiameter
Propertiesdiameter is a term used informally in data analysis and geometry to describe the spread of a set of objects with respect to their properties. It is not a widely standardized concept, but it is commonly understood as a measure of how far apart the objects are in property space.
For a set S of objects, each assigned a property value p(o) within a metric space P,
propertiesdiameter(S) = max{ d(p(a), p(b)) : a, b in S },
where d is a chosen distance function on P. When properties are represented as a vector of
Computing the diameter typically requires evaluating pairwise distances and selecting the maximum. For large datasets, exact
Applications and considerations
Propertiesdiameter acts as a simple indicator of spread or diversity in a dataset, useful in initializing clustering
Diameter; metric space; distance metric; data dispersion; Gower distance.