Round 118

Round UUID: ac9b9a34-f2fc-43de-93c0-039e9e10b655

Prompt:

Inference rules for classifying entities as Fylaran or Qtharri:

1. If mean_ring_system_complexity ≥ 0.97 OR mean_impact_crater_count ≥ 0.97, predict Qtharri.
2. If BOTH mean_ring_system_complexity ≥ 0.945 AND mean_impact_crater_count ≥ 0.945, predict Qtharri UNLESS mean_core_density ≥ 0.94 AND max_ring_system_complexity < 0.83 AND max_impact_crater_count < 0.83, in which case predict Fylaran.
3. If at least two of the following are true: mean_ring_system_complexity ≥ 0.945, mean_impact_crater_count ≥ 0.945, mean_core_density ≥ 0.945, predict Qtharri.
4. Otherwise, predict Fylaran.

Apply these rules strictly and use only the provided feature values.