Abstract

Summary: This study proposes a novel analytical framework for categorizing Japanese professional baseball players based on comprehensive hitting performance data. Our primary goal is to identify player groupings that may inform decision-making related to substitution and trade strategies within teams. The dataset used in this analysis was provided by DELTA Corporation, a Japanese firm specializing in advanced baseball analytics. It includes 115 distinct hitting-related performance indices for 327 fielders who participated in official Nippon Professional Baseball (NPB) games during the 2020 season. To make the analysis more structured, we first organized these 115 indices into eight meaningful categories, following the classification methodology defined by DELTA. These categories represent various aspects of hitting performance, such as plate discipline, power, contact ability, and situational hitting, among others. To focus on players with a significant level of contribution, we filtered the original sample and selected 72 players who recorded a “Wins Above Replacement” (WAR) value of 1.0 or higher during the season.

1 Introduction

Baseball is a major sport in several countries, from amateur to professional levels. In Japan, twelve teams under the Nippon Professional Baseball (NPB) organization compete annually in official league games.

Statistical approaches to analyzing baseball performance, such as slugging percentage, on-base percentage, and OPS, are commonly referred to as sabermetrics (1). Within sabermetrics, multivariate analysis (2) has been widely adopted to examine the relationships among multiple performance indicators simultaneously.

Among multivariate techniques, cluster analysis and principal component analysis (PCA) have frequently been applied to classify athletes based on performance data. A representative example of cluster analysis is player classification using the k-means method (3), a non-hierarchical approach that partitions players into a predefined number of clusters based on cluster means. Tanaka et al. (4), for instance, classified collegiate baseball players according to swing characteristics measured by a swing analysis device and compared the clustering results with classifications based on batting performance.

However, k-means clustering requires the number of clusters to be specified in advance. In contrast, cluster analysis based on a Gaussian mixture model (GMM) can objectively determine the appropriate number of clusters using criteria such as the Bayesian Information Criterion (BIC) (5). Moreover, GMM-based clustering is well suited for multimodal data distributions, which often arise in sports performance data.

Sakaori et al. (6) applied GMM-based clustering to Japanese professional baseball pitchers from 2010 to 2014, using the number of pitches per game as the classification variable. They demonstrated that the pitch count distribution was multimodal and identified five distinct clusters based on BIC values. While this approach enabled objective classification, the cluster characteristics were determined solely by a single variable.

When cluster analysis is conducted using many variables, interpretation becomes increasingly difficult. When the number of variables exceeds approximately ten, identifying the defining characteristics of each cluster based on raw variable values becomes challenging. This limitation can be addressed by PCA (7), which reduces a large set of correlated variables to a smaller number of uncorrelated principal components while retaining most of the original information.

Kageyama et al. (8) applied PCA to seven swing-related variables of collegiate baseball players and successfully reduced them to two interpretable principal components representing spatial and temporal characteristics of the swing. This demonstrates that PCA can condense complex performance information into interpretable latent dimensions.

Building on these studies, this paper proposes a framework for player classification that integrates PCA and cluster analysis. Here, the term “framework” refers to the analytical flow in which high-dimensional performance variables are first condensed using PCA and subsequently classified using cluster analysis, rather than applying PCA or clustering independently. By performing cluster analysis on a reduced set of principal components, information loss from the original variables is minimized, and the interpretation of clustering results becomes more tractable.

A similar analytical flow was proposed by Soto-Valero et al. (9), who applied PCA to performance indices of 7,705 European soccer players and subsequently performed GMM-based clustering to identify groups of similar players. Nishiuchi (10) conducted PCA on more than 200 performance indices of J1 League soccer players and performed cluster analysis to generate eight clusters, suggesting that players within the same cluster could potentially substitute for one another.

In the present study, we extend this analytical framework to professional baseball players in Japan. While recent studies, such as Umemura (2025), have evaluated player trades in the NPB based on outcome-oriented metrics such as changes in WAR, our approach focuses instead on classifying players according to their latent performance characteristics. This perspective offers a complementary, structure-based view of player similarity.

Specifically, we apply PCA to the performance statistics of Japanese professional baseball fielders to reduce dimensionality and then classify players using a Gaussian mixture model. We examine whether players within the same cluster can be regarded as potential substitutes, and whether players from different clusters may represent plausible trade counterparts. By comparing our classification-based approach with outcome-based evaluations, we discuss the potential implications of this framework for roster construction, substitution planning, and trade assessment in professional baseball.

2 Methods

In this study, the following analyses are performed with R (version 3.5.1), a programming language for statistical analysis.

2.1 Principal component analysis

Prior to performing principal component analysis, all performance indices were standardized using z-scores, such that each variable had a mean of zero and a standard deviation of one. This standardization was applied to account for differences in scale and units among the 115 performance indices and to ensure that each variable contributed equally to the principal component extraction.

When performing multivariate analysis, the variables may be reduced or selected. In this study, we used PCA. The number of principal components retained in each category was determined based on the cumulative variance explained ratio. Principal components were retained until approximately 70% of the total variance was explained. PCA is a method to synthesize variables known as the principal component score, which best represents the overall variability of a small number of uncorrelated variables from many correlated variables.

Let be a dataset comprising n individuals and p variables. The composite variable is represented by a linear combination of p -dimensional data reduced to lower k dimensions (),For convenience, the coefficient data are denoted by coefficient matrix . The value , which is obtained using the linear combination formula of data and is known as the principal component score.

In PCA, these principal components are obtained under the constraint such that the variance of is maximized. Consequently, we arrive at an eigenvalue problem for the variance–covariance matrix of the data when focusing on variance and an eigenvalue problem for the correlation coefficient matrix of the data when focusing on correlation.

The eigenvectors are the principal components and are equal to the square of the standard deviation of the principal component scores. Principal components with larger values contain more information regarding the original data.

The information of the original variable, which is reduced to principal components, can be confirmed by principal component loadings. The principal component loadings take values from −1 to 1 and represent the correlation with the original variables.

The interpretation and labeling of each principal component were based on the dominant original variables identified through the loading patterns, following standard practices in multivariate sports performance analysis.

2.2 Gaussian mixture model

Some data may have a multi-peak distribution with two or more peaks. For such data, a model assuming a unimodal distribution with only one peak, such as a normal distribution, is inappropriate. Instead, a Gaussian mixture model is used, which also assumes a composite of two or more unimodal distributions.

Let denote the probability density functions of the G normal distributions contained in the arbitrary mixture distribution, and denote their mixing ratios.

is a vector comprising the parameters contained in . In addition, the mixing ratio, is assumed to satisfy . In this case, the probability (density) function of the mixed normal distribution model is given by:To estimate the parameters in this model, we use the EM algorithm.

The conditional expectation used in Step E of the EM algorithm is given by the following equation:Cluster analysis can be performed using a mixture distribution by classifying the i-th observation into the component with the largest estimated value of these equations.

The number of clusters and BIC (7) of the variance–covariance matrix allows the selection of the best model.

Specifically, models with different numbers of clusters were compared using BIC values, and the model with the lowest BIC was selected as the optimal solution, balancing goodness of fitness and model complexity.

2.3 Procedure

Using these methods, the following steps are used in the analysis.

① The indices are divided into clusters for each of the eight categories defined by DELTA Inc. In addition, to prevent the cluster from being divided between players who have a good chance of batting and those who do not, we narrow it to 72 players whose wins above replacement (WAR) (11) is 1.0 or higher. The WAR expresses the contribution of a player by comprehensively evaluating hitting, baselining, defense, and pitching based on sabermetrics.

② PCA and cluster analysis were applied to the 72 players narrowed down in ② for each of the eight categories defined by DELTA Corporation.

Figures 1

,

2

illustrate the flow of the analysis.

Flowchart illustrating data analysis. The top cylinder shows \"115 types, 327 players\" with an arrow pointing to three cylinders labeled \"Standard,\" \"Advanced,\" and \"Value.\" A side box notes \"72 players over war1.0 each.\" Below, an arrow leads to \"Principal component analysis and cluster analysis for each item.\"

Step ①.

Flowchart illustrating data analysis process: 72 players with war above 1.0 undergo principal component analysis, resulting in principal component scores. These scores are processed using a Gaussian mixture model, leading to divided data outputs.

Step ②.

3 Data

We analyzed 115 different hitting performance indices for 327 fielders who played official games in the 2020 Nippon Professional Baseball (NPB) season. The data were obtained from “1.02 Essence of Baseball,” a professional baseball analytics service provided by DELTA Inc. A detailed description of all indices is provided in the Appendix.

While the official website of the NPB organization provides a limited set of 22 batting indices, the dataset used in this study includes a substantially larger number of performance measures, enabling a more comprehensive multivariate analysis of batting performance.

The batting performance indices were grouped into eight categories based on their conceptual meaning, as summarized in Table 1. These categories include standard statistics, advanced sabermetric indices, batted-ball characteristics, win probability measures, pitch-related data, plate discipline metrics, and value-based indices used in the calculation of wins above replacement (WAR).

CategorySummaryStandardStandard non-sabermetric indices, such as PA (batting average) and AVG (batting average).AdvancedCommon sabermetric indices such as SLG (slugging percentage) and OBP (on-base percentage).Batted ballStatistical data on batted balls. Percentage of ground balls and fly balls (GB%, FB%), etc.Win probabilityIndices of winning contribution, such as WPA+, WPA- (the sum of increasing and decreasing win expectancies), etc.Pitch typeData on the percentage of pitches thrown and the velocity of pitches, including FAv and CTv (average velocity of straight and cut balls). CB% is the percentage of curveballs thrown.Pitch valueData on the percentage of pitches thrown and the velocity of pitches, including FAv and CTv (average velocity of straight and cut balls).Plate disciplineData compiled on the batter’s pitch selection, such as Contact% (the percentage of batted balls hit by opposing batters as they swing).ValueA set of indices necessary to calculate WAR.

List of DELTA corporation indices.

4 Result

The following are the results of the analysis performed on 72 players with a WAR of 1.0 or higher, dividing the index by the eight categories defined by DELTA Inc.

4.1 Principal component analysis

Figure 3 shows the results of the PCA, summarizing the cumulative contribution ratio. The principal components with a cumulative contribution ratio of approximately 70% were selected, as listed in Table 2.

Line graph showing cumulative contribution rates across seven principal components (PC1 to PC7). Eight lines, representing different categories like Standard, Advanced, and Win Probability, gradually increase, with most lines converging around a rate of 1.0 at PC7.

Cumulative contribution rate of each category.

StandardAdvancedBatted ballWin probability3342Pitch typePitch valuePlate disciplineValue6522

Number of selected principal components.

Next, we attempted to interpret the characteristics of the principal components based on their loadings. Tables 3, 4 summarize the top three indices with the highest loadings for the principal components in each category. Only the advanced and win probabilities are shown here as examples.

CategoryPC1PC2PC3AdvancedwOBAISOPAwRC+SLGBB/KOPSPAwRC

Top indices with high loadings (advanced).

wOBA, weighted on-base average; ISO, isolated power; PA, plate appearances; wRC+, weighted runs created plus; SLG, slugging percentage; BB/K, walk-to-strikeout ratio; OPS, on base plus slugging; wRC, weighted runs created.

CategoryPC1PC2Win probabilityREWWPA-RE24ClutchWPAPH

Top indices with high loadings (Win probability).

REW, run expectancy weighted; WPA−, decrease in win probability added; RE24, run expectancy based on the 24 base–out states; Clutch, clutch performance metric (performance in high-leverage situations); WPA, win probability added.

Based on these indices, the characteristics of each principal component can be interpreted based on loading patterns, as summarized in Tables 5, 6.

CategoryPC1PC2PC3AdvancedBatting contributionSluggerBatting eye

Principal component interpretation (advanced).

CategoryPC1PC2Win probabilityVictory contributionResilient to chance

Principal component interpretation (Win probability).

For instance, for the first principal component of advanced, the principal component loadings of indices such as wOBA, wRC+, and OPS, which evaluate the contribution of each player to the increase in team runs scored purely by hitting, are high. In other words, the higher the value of the principal component score calculated by the first principal component, the higher is the player’s contribution to hitting.

For the second principal component, the principal component loadings of the indices that evaluate long-ball hitting ability, such as ISO and SLG, are high. In other words, the higher the value of the principal component score calculated by the second principal component, the more “hard-hitting” the player is characterized.

For the first principal component of win probability, the principal component loadings of indices such as REW, RE24, and WPA, which evaluate the extent to which each player increases or decreases their expected score in important situations that lead to victory, are high. In other words, the higher the value of the principal component score calculated by the first principal component, the higher is the player’s contribution to winning.

For the second principal component, the principal component loadings for WPA, which represents the extent to which a player has reduced his expected score compared to the average hitter in the league, are high. In contrast, WPA- has a higher clutch, which is different in that it is a comparison to the average hitter in the league, but to the player himself; thus, the second principal component is characterized as “good at chances.”

4.2 Gaussian mixture model

A Gaussian mixture model was constructed using principal component scores. Table 7 lists the number of clusters with the highest BIC values for each category.

StandardAdvancedBatted ballWin probability3222Pitch typePitch valuePlate disciplineValue2212

Number of clusters with high BIC.

Table 8 summarizes the results of classifying players according to the number of clusters in Table 7. Three representative players were selected, based on the characteristics of each cluster. The “number” indicates the cluster type, and the parentheses after the surname indicate the team’s name (abbreviation) listed below.

CategoryNoPlayersStandard1Yanagita(H)Murakami(S)Suzuki(C)2Shuto(H)Genda(L)Chikamoto(T)3Masuda(G)Ogo(E)Kawashima(H)Advanced1Nakashima(F)Kyoda(D)Tatsumi(E)2Yanagita(H)Murakami(S)Asamura(E)Batted ball1Kawashima(H)Yoshida(Bs)Tatsumi(E)2Masuda(G)Kinoshita(D)Wada(M)Win probability1Yanagita(H)Asamura(L)Yoshida(Bs)2Nakashima(F)Wada(M)Kai(H)Pitch type1Wada(M)Nakashima(F)Moya(Bs)2Shiomi(S)Maru(G)Chono(C)Pitch value1Yanagita(H)Murakami(S)Kondo(F)2Kai(H)Genda(L)Tatsumi(E)Value1Yanagita(H)Murakami(S)Suzuki(C)2Nakashima(F)Wada(M)Fushimi(Bs)

C: Hiroshima Toyo Carp

D: Chunichi Dragons

DB: Yokohama DeNA BayStars

G: Yomiuri Giants

S: Tokyo Yakult Swallows

T: Hanshin Tigers

Bs: Orix Buffaloes

E: Tohoku Rakuten Golden Eagles

F: Hokkaido Nippon-Ham Fighters

H: Fukuoka Softbank Hawks

L: Saitama Seibu Lions

M: Chiba Lotte Marines

If the player is advanced, they belong to Cluster 2, as shown in Figure 10 in the Appendix, with the highest first principal component score. Yanagita, Murakami, and Asamura achieved the highest scores for the first principal component in Cluster 2.

Conversely, players with low principal component scores belonged to Cluster 1. Nakashima, Kyoda, and Tatsumi had the lowest principal component scores in this cluster.

In advanced, the scatter plots are shown in Figures 1012 in the Appendix, which show the cluster divisions by color.

As advanced software was used up to the third principal component in its analysis, three scatter plots were created. Figure 10 shows the principal component scores calculated using the first principal component on the horizontal axis, and those calculated using the second principal component on the vertical axis. Similarly, Figure 11 shows the second principal component scores on the horizontal axis and the third principal component scores on the vertical axis. Figure 12 shows the first and third principal component scores on the horizontal and vertical axes, respectively.

In Figures 11, 12, the players with high and low scores on the third principal component are divided into clusters. Because the third principal component was “good pitch selection,” it can be interpreted that the clusters were divided between players with good pitch selection and those with poor pitch selection.

Figure 13 shows a scatterplot of the win probability clusters, indicating the cluster division by color.

The horizontal axis is the first principal component score, and the vertical axis is the second principal component score. The players were divided into clusters with high and low scores on the first principal component. Because the first principal component was “contribution to victory,” it can be interpreted that the clusters are divided into squads of players with high contribution to victory and those with low contribution to victory. For instance, Yanagita from SoftBank and Nakashima from Nippon-Ham are placed in Clusters 1 and 2, respectively.

Tables 915 summarize the results of calculating the mean principal component scores for each category cluster.

Cluster numberPC1PC2PC312.905−1.297−0.2622−0.0021.6650.7573−3.034−0.687−0.655

Principal component score average (standard).

Cluster numberPC1PC2PC31−1.054−0.1431.01020.9970.135−0.956

Principal component score average (advanced).

Cluster numberPC1PC210.6400.7302−0.640−0.730Cluster NumberPC3PC410.186−0.2082−0.1860.208

Principal component score average (batted ball).

Cluster numberPC1PC211.328−0.4622−1.8590.647

Principal component score average (Win probability).

Cluster numberPC1PC2PC31−0.199−0.1750.231PC4PC5PC60.3320.292−0.3852PC1PC2PC30.273−0.273−0.005PC4PC5PC6−0.4550.4560.008

Principal component score average (pitch type).

Cluster numberPC1PC2PC3PC4PC510.411−0.5220.1220.072−0.2922−0.9981.269−0.297−0.1750.709

Principal component score average (pitch value).

Cluster numberPC1PC210.8440.1372−1.687−0.274

Principal component score average (value).

The cluster means for each category corresponds to the scatterplot. For instance, in advanced category, Cluster 2 has a higher average first principal component score than Cluster 1. Figure 10 shows that the players belonging to Cluster 2 are closer to the first quadrant. For win probability, Cluster 1 has a higher average first principal component score than Cluster 2. Figure 13 shows that the players belonging to Cluster 1 are closer to Quadrants 1 and 4.

5 Discussion5.1 Possibility to be an alternative player

Players classified into the same cluster share similar latent performance characteristics as summarized by the principal components derived from multiple hitting indices. Such similarity suggests that these players may fulfill comparable offensive roles within a team, making them potential substitutes for one another. Unlike simple comparisons based on individual statistics, this framework captures multidimensional performance profiles, allowing for a more structured interpretation of player similarity.

To illustrate this point, we first consider the case of Yamada and Shiomi of the Tokyo Yakult Swallows. Figures 4, 5 show the cluster assignments by category for both players. Except for the win probability category, they were classified into the same clusters across most performance dimensions. In the advanced statistics category, both players belonged to Cluster 2, characterized by higher scores on the first and second principal components and lower scores on the third component compared with Cluster 1.

A line graph with seven data points connected by blue lines. The y-axis ranges from zero to four, and the x-axis is labeled: Standard, Advanced, Batted Ball, Win Probability, Pitch Type, Pitch Value, and Value. The line starts at three, drops to one, rises back to two, and ends at one. A red dot marks the lowest point at Win Probability.

Cluster number by category (for yamada).

Line graph showing various baseball metrics on the x-axis including Standard, Advanced, Batted Ball, Win Probability, Pitch Type, Pitch Value, and Value. The y-axis ranges from 0 to 4. Data points fluctuate, dropping from 3 to 1, then rising and stabilizing around 2. Win Probability is highlighted with a red point.

Cluster number by category (for shiomi).

The first principal component in this category represents overall batting contribution to team run production, while the second component reflects power-related attributes, such as batted-ball distance. The third component is associated with pitch selection quality, with lower scores indicating less selective plate discipline. From this perspective, Yamada and Shiomi can be interpreted as power-oriented hitters with high run contributions, albeit with relatively weaker pitch selection. This shared latent profile suggests functional similarity in their offensive roles.

This interpretation is consistent with actual team decisions. In the 2021 season, when Yamada—who had been batting in the cleanup position—was unavailable due to injury, Shiomi was promoted from the sixth spot to the cleanup role. Their subsequent performance further supports this substitution. Yamada recorded a WAR of 5.9 in 2021, while Shiomi recorded a WAR of 3.7, the second highest on the team. Although their absolute contributions differed, Shiomi emerged as the most suitable replacement among available players. This example demonstrates that the proposed clustering framework can identify plausible substitutes based on shared performance characteristics rather than surface-level statistics alone.

A similar pattern is observed for Adachi and Fukuda of the Orix Buffaloes. As shown in Figures 6, 7, these players were classified into the same clusters across all performance categories. In the win probability category, both belonged to Cluster 2, characterized by lower scores on the first principal component and higher scores on the second component. The first component reflects overall impact on win expectancy, while the second captures performance in high-leverage situations relative to a player’s baseline performance.

Line graph showing data categories: Standard, Advanced, Batted Ball, Win Probability, Pitch Type, Pitch Value, and Value. The data points alternate between values one and two, forming a zigzag pattern.

Cluster number by category (for adachi).

Line graph with data points fluctuating between values of two and one on the vertical axis. The horizontal axis lists categories: Standard, Advanced, Batted Ball, Win Probability, Pitch Type, and Pitch Value.

Cluster number by category (for fukuda).

These results suggest that Adachi and Fukuda share a similar profile as hitters who tend to perform relatively well in critical situations, despite having below-average overall win contributions. In the 2021 season, the team employed both players concurrently, with Adachi reassigned to second base according to team policy. Their WAR values were identical at 1.9, indicating nearly equivalent contributions to team success. Although they were not strictly interchangeable in terms of defensive position, the simultaneous use of two players with comparable cluster characteristics reflects a reasonable personnel strategy aligned with the implications of this study.

Taken together, these cases illustrate that players within the same cluster tend to exhibit similar offensive roles and contribution patterns, supporting the interpretation that such players can serve as substitutes in actual team management contexts.

5.2 Possibility of trade

In contrast to substitution scenarios, trades often involve the exchange of players with distinct performance profiles to rebalance team composition or address specific strategic needs. Within the proposed framework, players belonging to different clusters can therefore be interpreted as representing different offensive roles or player types, making them plausible candidates for trade.

As an illustrative example, we examine the trade involving Chono and Maru prior to the 2019 season, when Chono moved from the Yomiuri Giants and Maru joined the Giants from the Hiroshima Toyo Carp. Figures 8, 9 show that these players were classified into different clusters in several categories, including Standard, Batted Ball, and Pitch Value. This indicates clear differences in their underlying offensive characteristics as captured by the principal components.

Line graph showing a fluctuating trend across seven categories: Standard, Advanced, Batted Ball, Win Probability, Pitch Type, Pitch Value, and Value. Values range from three to one on the vertical axis.

Cluster number by category (for chono).

Line graph showing data points fluctuating between values one and two on the y-axis across categories: Standard, Advanced, Batted Ball, Win Probability, Pitch Type, Pitch Value, and Value on the x-axis.

Cluster number by category (for Maru).

Their subsequent performances further support this interpretation. In the 2021 season, Maru recorded a WAR of 3.9, while Chono recorded a WAR of −0.2. From the perspective of on-field value, this outcome suggests that the Giants benefited more from acquiring Maru. Unlike the substitution examples discussed earlier, this case illustrates a trade involving players with clearly distinct performance profiles, consistent with the notion that trades often aim to exchange different types of players rather than similar ones.

This example highlights that cluster dissimilarity may serve as a useful indicator for identifying players who can provide contrasting contributions when exchanged between teams, complementing outcome-based evaluations such as WAR.

5.3 Implications and limitations

Overall, the results suggest that clustering based on latent performance characteristics can provide a structured perspective on player similarity and dissimilarity, with potential applications to substitution planning and trade assessment. By reducing high-dimensional performance data into interpretable components, the proposed framework enables comparisons that extend beyond individual statistics.

The cluster-specific performance profiles may also inform player development strategies. For example, training programs could be tailored to cluster-defined strengths and weaknesses, enabling more targeted skill development and role optimization within teams.

Several limitations should be acknowledged. First, the analysis is based on a single season of data, which may not fully capture variability in player performance across seasons. Second, the present study focuses exclusively on hitting-related indices and does not account for defensive performance or positional constraints. Future research could extend this framework by incorporating multi-season data, defensive metrics, and additional contextual factors to further enhance its applicability to team decision-making.

6 Conclusion

This study proposed a framework for classifying Japanese professional baseball fielders based on latent hitting performance characteristics derived from a comprehensive set of indices. By applying principal component analysis and Gaussian mixture model–based clustering to 115 hitting indices across eight performance categories, we demonstrated that high-dimensional batting data can be condensed into interpretable structures that reveal meaningful player similarities and differences.

The results suggest that players classified within the same cluster tend to share comparable offensive roles and may serve as potential substitutes, while players belonging to different clusters represent distinct performance profiles relevant to trade decisions. In this sense, the proposed framework provides a structured, data-driven perspective on player similarity that complements outcome-based evaluations such as WAR, and offers practical insights for roster construction, substitution planning, and trade assessment in professional baseball.

Despite the limitations of using single-season data and focusing exclusively on hitting-related indices, the present study demonstrates that integrating principal component analysis with Gaussian mixture model–based clustering provides a meaningful and interpretable framework for classifying professional baseball players.

Future research will extend this framework to multi-season datasets, incorporate defensive performance and positional constraints, and apply the approach to pitchers to further enhance their robustness and practical applicability.

StatementsData availability statement

The datasets presented in this study can be found in online repositories. The names of the repository/repositories and accession number(s) can be found in the article/Supplementary Material.

Author contributions

TO: Writing – original draft, Writing – review & editing. NH: Writing – review & editing, Writing – original draft.

Funding

The author(s) declared that financial support was not received for this work and/or its publication.

Conflict of interest

The author(s) declared that this work was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

Generative AI statement

The author(s) declared that generative AI was used in the creation of this manuscript. Some text and figures have been created or edited using generative AI technologies.

Any alternative text (alt text) provided alongside figures in this article has been generated by Frontiers with the support of artificial intelligence and reasonable efforts have been made to ensure accuracy, including review by the authors wherever possible. If you identify any issues, please contact us.

Publisher’s note

All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.

References

Data Stadium Co., Ltd.Baseball×Statistics: The Strongest Battery. Tokyo: Chuokoron-Shinsha (2015). p. 26–49.

AlbertJ. Analyzing Baseball Data with R. Boca Raton: CRC Press (2013). p. 352.

MiyamotoS. Introduction to Cluster Analysis: Theory and Applications of Fuzzy Clustering. Boca Raton: Morikita Publishing Co., Ltd. (1999). p. 13–105.

TanakaNNaruoJYamamotoYNaitoR. A study on the characteristics analysis of university baseball players using swing measurement devices. Trans Jpn Soc Mech Eng. (2021) 33(894):1–15. 10.1299/transjsme.20-00240

MatsuiHKoizumiK. Statistical Models and Inference. Tokyo: Kodansha (2019). p. 169–91.

SakaoriFEnjojiATakemoriYNishizukaSHoshinaK. Factor analysis of medial collateral ligament injuries based on baseball tracking data. Ann Inst Stat Math. (2017) 65(2):201–15.

KimM-K. Data Science with R. Tokyo: Morikita Publishing Co., Ltd. (2017). p. 60–125.

KageyamaMTanakaNYamamotoYNaruoJ. Analysis of swing characteristics by nine partitioned course using baseball swing measurement devices. Trans Jpn Soc Mech Eng. (2021) 87(902):1–20. 10.1299/transjsme.21-00158

Soto-ValeroC. A Gaussian mixture clustering model for characterizing football players using the EA Sports’ FIFA video game system. RICYDE Revista Internacional de Ciencias del Deporte. (2017) 13(49):244–59. 10.5232/ricyde2017.04904

NishiuchiK. If Yasuhito Endo Is on the Team, the Winning Percentage Increases by 117%. Tokyo: SB Creative Corp. (2012):74–122.

Slowinski P. What is WAR? Available online at:https://library.fangraphs.com/misc/war/(Accessed June 24, 2022).

Appendix 1

About sabermetrics terminology.

The indices and scatter plots related to the sabermetrics that appear in the text are as follows:.

Batting.

Represents the offensive evaluation component of WAR.

BB/K.

Walks per strikeout. Indicates the ratio of walks to strikeouts.

CB%.

Percentage of curveballs faced.

Clutch.

Performance in crucial situations compared to overall performance.

Hard%.

Percentage of batted balls recorded at 95 miles per hour or higher.

IFH%.

Infield hits per ground ball. Proportion of infield hits to ground balls.

ISO.

Isolated power (Slugging percentage minus batting average). Indicator of a hitter’s power.

K%.

Strikeout per plate appearance. Indicates the strikeout rate.

OPS.

On base plus slugging. A metric of overall batting effectiveness. Higher values suggest a greater contribution to scoring per plate appearance.

PA.

Plate appearances.

PH.

Pinch hit appearances.

RBI.

Runs batted In.

RE24.

Measures a player’s contribution based on changes in run expectancy.

Replacement.

Represents the replacement level comparative value in WAR.

REW.

Wins derived from the total change in run expectancy calculated by RE24.

SLG.

Slugging percentage (Total bases per at-bat). Measures average bases earned per at-bat.

SLv.

Average velocity of sinkers faced.

WAR.

Wins above replacement. Comprehensive measures of a player’s contribution through batting, fielding, and baserunning.

wCB.

Total change in runs due to curveballs.

wCB/C.

Change in runs per 100 curveballs faced.

wOBA.

Weighted on-base average. Measures how much the contribution of a player contributes to team scoring per plate appearance.

WPA.

Win probability added. Measures a player’s contribution to changing the team’s win expectancy.

WPA-.

Total decrease in win expectancy.

WPA+.

Total increase in win expectancy.

wRC.

Weighted runs created. Total offensive runs contributed, adjusted for league and park factors.

wRC+.

Adjusted wRC comparing a player’s wRC to league average, takconsidering park factors into account. wRC.

Appendix 2

Scatter plots of principal component scores

Scatter plot showing batting contribution versus slugger metrics. Blue and orange dots represent different players or groups. Key players labeled include Tatsumi, Kyoda, Nakashima, Asamura, Murakami, and Yanagita. PC1 is on the vertical axis, ranging from 10 to -2, and PC2 is on the horizontal axis, ranging from -6 to 10.

Scatter plots by advanced cluster ①.

Scatter plot showing two variables, PC2 labeled as \"slugger\" on the vertical axis and PC3 labeled as \"batting eye\" on the horizontal axis. Blue and orange dots represent data points. Specific points are labeled: Nakashima, Yanagita, Murakami, Kyoda, Tatsumi, and Asamura. The plot ranges from -6 to 4 on the vertical axis and -4 to 4 on the horizontal axis.

Scatter plots by advanced cluster ②.

Below are scatterplots with principal component scores that are reduced from “advanced” and “win probability” indices.

Scatter plot depicting batting performance, with PC1 labeled as \"batting contribution\" and PC3 as \"batting eye.\" Blue and orange dots represent data points. Key players labeled include Nakashima, Tatsumi, Kyoda, Asamura, Murakami, and Yanagita.

Scatter plots by advanced cluster ③.

Scatter plot with two axes: PC1 labeled as \"victory contribution\" and PC2 as \"resilient to chance.\" Orange and blue dots represent data points, with the orange generally on the left and blue on the right. Labeled points include Wada, Nakashima, Kai, Yanagita, Yoshida, and Asamura.

Scatter plots by win probability cluster.

Summary

Keywords

baseball, cluster analysis, Gaussian mixture model, principal components analysis, sabermetrics

Citation

Oda T and Hirotsu N (2026) Classification of fielders in nippon professional baseball using a Gaussian mixture clustering model. Front. Sports Act. Living 8:1612463. doi: 10.3389/fspor.2026.1612463

Received

15 April 2025

Revised

11 January 2026

Accepted

16 January 2026

Published

19 February 2026

Volume

8 – 2026

Edited by

Antonio Hernández-Mendo, University of Malaga, Spain

Reviewed by

Yuesen Li, Technical University of Munich, Germany

Yasin Akinci, Usak Universitesi, Türkiye

Updates

Crossmark icon

Check for updates

Copyright

This is an open-access article distributed under the terms of the Creative Commons Attribution License (CC BY). The use, distribution or reproduction in other forums is permitted, provided the original author(s) and the copyright owner(s) are credited and that the original publication in this journal is cited, in accordance with accepted academic practice. No use, distribution or reproduction is permitted which does not comply with these terms.

*Correspondence: Taishi Oda

Disclaimer

All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article or claim that may be made by its manufacturer is not guaranteed or endorsed by the publisher.