attributecommonly
Attributecommonly is a term used in information science to describe attributes that are widely present across a dataset or population. It denotes properties that occur with high frequency among entities and are often used to guide data modeling, schema design, and inference. While not a formal standard, attributecommonly serves as a practical concept for identifying core attributes that characterize a class of objects.
Formally, consider a set of entities E and for each entity e a set of attributes A(e).
Applications include prioritizing schema design around core attributes, guiding indexing and storage decisions, improving data quality
Variants of the concept address context dependence, such as time-bound attributecommonly (attributes frequently present within a
See also: frequent itemset, core attribute, data profiling, feature selection.