Round 119

Round UUID: 01e4b7eb-2d7d-498e-aee2-bb41fa62e223

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.93 AND max_ring_system_complexity < 0.9 AND max_impact_crater_count < 0.9, 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, AND max_ring_system_complexity ≥ 0.9 AND max_impact_crater_count ≥ 0.9, predict Qtharri.
4. Otherwise, predict Fylaran.

Apply these rules strictly, using only the provided feature values.