Round UUID: da38fe55-c937-4513-8d83-a8fe1e491ae9
Prompt:
Classify the entity as either "Fylaran" or "Qtharri" based on the following rules applied in order: 1. If mean_ring_system_complexity >= 0.95 AND mean_impact_crater_count >= 0.95, classify as "Qtharri" 2. If mean_core_density >= 0.94 AND mean_ring_system_complexity >= 0.93, classify as "Qtharri" 3. If mean_orbital_radius >= 2.7 AND mean_orbital_radius < 3.0 AND mean_core_density < 0.92, classify as "Fylaran" 4. If mean_orbital_radius >= 3.0 AND mean_ring_system_complexity < 0.93, classify as "Fylaran" 5. If mean_orbital_radius <= 2.7 AND mean_core_density >= 0.90, classify as "Qtharri" 6. If mean_orbital_radius >= 2.9, classify as "Fylaran" 7. Otherwise, classify as "Qtharri" Apply these rules in the exact order listed, using the first rule that matches the entity's characteristics.