PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 12 hours 49 minutes 32 seconds
Memory
Total
512MB
Used
13,33MB (2.6%)
Free
498,67MB
Keys
Current
10 166
Total (since start)
11 096
Evictions
0
Reclaimed
157
Expired Unfetched
0
Evicted Unfetched
0
Connections
Current
4 / 1 024 max
Total
68 306
Rejected
0
llm:d08a5aa2b3624391285d010955c3f7e8a27eba2f95faf4c5ba11c4be17a5cea5
Edit
# Natural Segmentation Analysis of Championship Dataset
Based on the evidence gathered, I can identify **several natural ways to segment this boxing championship dataset**:
## 1. **By Sanctioning Organization** ✓ Strongly Supported
The most prominent segmentation is by **championship organization**:
- **WBA**: 21 reigns
- **WBC**: 19 reigns
- **WBO**: 18 reigns
- **WBA (Regular)**: 9 reigns
- **World**: 9 reigns (historical unified championships)
- **IBF**: 8 reigns
- **NBA, and NYSAC**: 7 reigns (historical organizations)
- **NBA, NYSAC, and IBU**: 5 reigns
Multiple organizations (WBA, WBC, IBF, WBO) and combinations thereof represent distinct championship lineages, making this a clear natural grouping.
## 2. **By Historical Era** ✓ Supported
The data spans from **1885 to present** with distinct periods:
- **Early World Championship Era** (1885-1920s): Single "World" champion
- **Multiple Organization Era** (1920s-1960s): NBA, NYSAC, IBU combinations
- **Modern Four-Belt Era** (1960s-present): WBA, WBC, IBF, WBO
The year distribution shows activity across:
- Pre-1950: Historical unified era
- 1970s-1980s: 3-4 reigns per year (fragmentation begins)
- 1986-1996: 3-4 reigns per year (peak fragmentation)
- 2000s-present: Ongoing modern era
## 3. **By Championship Tenure Length** ✓ Partially Supported
The `Days` column shows reign durations ranging from very short to multi-year:
- **Long reigns**: 2,566 days (John L. Sullivan), 2,291 days (Jack Johnson), 2,166 days (James J. Jeffries)
- **Short reigns**: 85 days, 64 days, 120 days visible in recent data
This could segment champions into short-term vs. long-term titleholders.
## 4. **By Title Defense Activity** ⚠️ Limited Support
The `Title_defenses` column exists but contains inconsistent data (many "–", "def.", "[" symbols). The `Additional_recognition` column shows numeric values (1, 2, 3, up to 25) for **52 records**, suggesting some champions have quantified defenses, but data quality issues prevent reliable segmentation.
## 5. **By Multiple-Time Champions** ✓ Supported
Several boxers held championships multiple times:
- **Evander Holyfield**: 4 championship reigns
- **Muhammad Ali, Vitali Klitschko, Lennox Lewis, Michael Moorer**: 3 reigns each
- **Multiple others**: 2 reigns (Mike Tyson, Anthony Joshua, Tyson Fury, etc.)
This creates a natural segment of "multiple-time champions" vs. single-reign champions.
## Limitations
- **Data quality issues**: The `Begin_reign`, `End_reign`, and `Days` columns contain mixed formats (dates, numbers like "1,071", "456", symbols like "–")
- **Recognition column ambiguity**: Contains dates but labeled as "Recognition"
- **Title_defenses**: Inconsistent encoding prevents reliable analysis
## Recommendation
The **most natural and reliable segmentation** is **by sanctioning organization** (Champion column), which clearly divides the dataset into distinct championship lineages with 21, 19, 18, and 9 reigns for the major bodies. Secondary segmentation by **historical era** or **multiple-time champions** would also be meaningful.