Round 240

Round UUID: ec765070-453e-4199-91ce-2c893f821fe8

Prompt:

Classify the entity as either Fylaran or Qtharri based on the following rules:

**Primary Classification Rules (apply in order):**

1. If mean_cloud_turbulence < 50 AND mean_axial_symmetry < 150, classify as **Fylaran**

2. If mean_impact_crater_count > 0.97 AND impact_crater_count_error < 0.09 AND mean_cloud_turbulence > 100, classify as **Qtharri**

3. If mean_core_density > 0.92 AND mean_ring_system_complexity > 0.95 AND ring_system_complexity_error < 0.15 AND orbital_radius_error < 0.7, classify as **Qtharri**

4. If mean_tidal_distortion > 350 AND mean_axial_symmetry > 300, classify as **Fylaran**

5. If mean_cloud_turbulence > 500 AND mean_axial_symmetry > 450, classify as **Fylaran**

6. If mean_cloud_turbulence > 400 AND (mean_tidal_distortion > 400 OR atmospheric_depth_error > 7.0), classify as **Fylaran**

**Secondary Rules (if none of the above apply):**

7. If mean_cloud_turbulence < 100 AND mean_axial_symmetry > 200, classify as **Fylaran**

8. If mean_core_density < 0.90 AND core_density_error > 0.15, classify as **Fylaran**

9. If mean_impact_crater_count < 0.94 AND mean_ring_system_complexity < 0.92, classify as **Fylaran**

10. If mean_orbital_radius < 2.6 AND mean_atmospheric_depth < 6.0 AND mean_core_density > 0.92, classify as **Qtharri**

**Default Rule:**
If none of the above rules apply, classify as **Qtharri** if (mean_core_density > 0.915 AND mean_impact_crater_count > 0.96), otherwise classify as **Fylaran**