Analyzing the distribution of outcomes that result from pressing (tackles, fouls, interceptions, loose balls, miscontrol, ball going out of play) as a proportion of total defensive events, then using principal component analysis (PCA) to cluster teams by their pressing profile. Different pressing styles produce systematically different outcome distributions: man-marking styles produce high duel/foul rates, while space-oriented styles produce high interception/loose ball rates. The outcome profile is the fingerprint of the pressing style.
(1) For each team, collect all defensive events that occur after a pressure event. (2) Classify outcomes: tackle, foul, duel, interception, loose ball, miscontrol, ball out of play. (3) Compute proportions relative to total defensive events for that team (not absolute counts — high-possession teams have fewer defensive events, which biases raw counts). (4) Build a feature vector for each team: [tackle %, foul %, duel %, interception %, loose ball %, ...]. (5) Add spatial features: pressure initiation zone, post-pressure pass direction, average pressure height. (6) Run PCA on the combined feature matrix to reduce dimensions and visualize team clustering.
Key normalization: use proportions of total defensive events per team, NOT per-possession rates. High-pressing teams dominate possession and have fewer total defensive possessions — per-possession rates inflate their pressing metrics.