Clustering Teams by PPP and Pace
Posted: Fri Nov 21, 2014 1:26 am
I ran a k-means cluster (k=5) of all NBA teams using points per possession differential (ppp minus opponent ppp) and pace.
While the results are somewhat interesting, especially with Golden State getting their own cluster, I feel that pace dominates too much.
Anyone have any suggestions for other variables to use for clustering?
Here's what came out (apologies for the formatting, my bbcode skills are lacking):
While the results are somewhat interesting, especially with Golden State getting their own cluster, I feel that pace dominates too much.
Anyone have any suggestions for other variables to use for clustering?
Here's what came out (apologies for the formatting, my bbcode skills are lacking):
Code: Select all
╔═══════════════╦═══════════╦═══════════╦════════════╗
║ Team ║ Cluster ║ PPP Diff. ║ Avg. Poss. ║
╠═══════════════╬═══════════╬═══════════╬════════════╣
║ Indiana ║ cluster_0 ║ -0.009 ║ 92.1 ║
║ Miami ║ cluster_0 ║ 0.018 ║ 91.7 ║
║ New York ║ cluster_0 ║ -0.060 ║ 91.5 ║
║ Oklahoma City ║ cluster_0 ║ -0.058 ║ 92.7 ║
║ Utah ║ cluster_0 ║ -0.037 ║ 91.6 ║
║ Golden State ║ cluster_1 ║ 0.099 ║ 101.7 ║
║ Boston ║ cluster_2 ║ -0.010 ║ 99.7 ║
║ Denver ║ cluster_2 ║ -0.037 ║ 97.6 ║
║ Minnesota ║ cluster_2 ║ -0.075 ║ 98.2 ║
║ Philadelphia ║ cluster_2 ║ -0.160 ║ 98.9 ║
║ Phoenix ║ cluster_2 ║ -0.005 ║ 99.8 ║
║ Sacramento ║ cluster_2 ║ 0.004 ║ 98.5 ║
║ Dallas ║ cluster_3 ║ 0.111 ║ 95.0 ║
║ Detroit ║ cluster_3 ║ -0.048 ║ 93.2 ║
║ Memphis ║ cluster_3 ║ 0.062 ║ 93.5 ║
║ San Antonio ║ cluster_3 ║ 0.029 ║ 94.8 ║
║ Toronto ║ cluster_3 ║ 0.100 ║ 95.0 ║
║ Atlanta ║ cluster_4 ║ -0.008 ║ 95.8 ║
║ Brooklyn ║ cluster_4 ║ 0.005 ║ 96.2 ║
║ Charlotte ║ cluster_4 ║ -0.062 ║ 95.6 ║
║ Chicago ║ cluster_4 ║ 0.048 ║ 96.2 ║
║ Cleveland ║ cluster_4 ║ 0.022 ║ 95.7 ║
║ Houston ║ cluster_4 ║ 0.051 ║ 95.3 ║
║ L.A. Clippers ║ cluster_4 ║ 0.019 ║ 96.6 ║
║ L.A. Lakers ║ cluster_4 ║ -0.079 ║ 96.8 ║
║ Milwaukee ║ cluster_4 ║ 0.000 ║ 97.1 ║
║ New Orleans ║ cluster_4 ║ 0.056 ║ 95.6 ║
║ Orlando ║ cluster_4 ║ -0.034 ║ 96.2 ║
║ Portland ║ cluster_4 ║ 0.084 ║ 95.3 ║
║ Washington ║ cluster_4 ║ 0.017 ║ 96.1 ║
╚═══════════════╩═══════════╩═══════════╩════════════╝