**Step 1:** Organize the data set X into a structured format, separating input features and the output feature (classification).
- Input features:
- Feature 1: 11, 2.5, 4.8, 4.3, 7.2, 5.9, 2.4
- Feature 2: 12, 7.2, 8.1, 5.8, 4.9, 2.1, 6.8
- Feature 3: 13,
Show more…