relationshipsused
Relationshipsused is a descriptive term used in data science, graph analytics, and information systems to denote the subset of relationships that are actively employed by a particular task, model, or analysis. It is not a formal standard term, but appears in documentation and code to distinguish the relationships that are in use from the total set observed in the data.
In practice, relationshipsused refers to edges or associations that have met predefined criteria such as relevance,
Contexts where relationshipsused is relevant include graph analytics, knowledge graphs, data integration, and relational modeling. In
Determining which relationshipsare used typically involves filtering, scoring, feature selection, or pruning based on domain knowledge
See also: relationships, edges, graph, relation type, filtering, pruning.