Round UUID: cb198e82-408b-4444-bc24-7cc5dda75fcf
Prompt:
You are given a row of entity data. Follow these classification rules to decide if the entity is Fylaran or Qtharri: 1) If mean_core_density < 0.885, classify as Fylaran. 2) Else if mean_core_density > 0.945, classify as Qtharri. 3) Otherwise, if mean_surface_roughness < 300, classify as Qtharri. 4) If none of these conditions match, classify as Fylaran. Return only the single word "Fylaran" or "Qtharri" as your answer.