Round UUID: 337366cf-ccae-4900-afe8-a390033f5078
Prompt:
Classify the entity as either Fylaran or Qtharri based on the following rules:
1. If mean_impact_crater_count >= 0.970, classify as Qtharri
2. If mean_impact_crater_count < 0.950, classify as Fylaran
3. If mean_impact_crater_count is between 0.950 and 0.970:
- If mean_ring_system_complexity >= 0.960, classify as Qtharri
- If mean_ring_system_complexity < 0.920, classify as Fylaran
- If mean_ring_system_complexity is between 0.920 and 0.960:
* If mean_orbital_radius < 2.70, classify as Qtharri
* If mean_orbital_radius >= 2.80, classify as Fylaran
* If mean_orbital_radius is between 2.70 and 2.80:
- If mean_core_density >= 0.920, classify as Qtharri
- Otherwise, classify as Fylaran
Apply these rules in order and stop at the first classification decision.