Round 364

Round UUID: aab48931-8ace-4229-ba2a-8517f1137a4a

Prompt:

Using the provided entity data, classify the entity as either 'Fylaran' or 'Qtharri' by strictly adhering to the following clearly defined and unambiguous rules:

1. Classify as 'Qtharri' if any of the following conditions are met:
   - Mean orbital radius is greater than 3.0 AND Mean surface roughness is greater than 460.
   - Mean core density is less than 0.70 AND mean axial symmetry is less than 250.
   - Mean magnetosphere extent is less than 4.5 AND mean axial symmetry is less than 300.  
   - Mean tidal distortion is less than 30, regardless of other conditions.
   - Mean tidal distortion exceeds 500 AND (mean core density is less than 0.85 OR mean ring system complexity is less than 0.90).
   - Mean impact crater count is less than 0.80 AND mean axial symmetry exceeds 400.
   - Mean tidal distortion is less than 300 AND mean core density is less than 0.85, to prevent false negatives.
   - Mean tidal distortion is between 300 and 400 AND mean core density is less than 0.85 AND mean axial symmetry is less than 250, classify as 'Qtharri'.
   - Mean core density is below 0.80 AND mean tidal distortion is below 50 for accurate identification.
   - Mean axial symmetry is less than 150 AND mean tidal distortion exceeds 200 AND mean impact crater count is less than 0.90 to classify as 'Qtharri' and avoid false negatives.
   - Mean impact crater count between 0.80 and 0.90, AND mean tidal distortion exceeds 250 classify as 'Qtharri'.
   - If mean core density is between 0.80 and 0.85 AND mean impact crater count between 0.85 and 0.90 AND mean tidal distortion exceeds 200, classify as 'Qtharri' to ensure correct classification.

2. Classify as 'Fylaran' if any of the following conditions are met:
   - Mean core density is greater than 0.95 AND mean impact crater count exceeds 0.90.
   - Mean tidal distortion is between 100 and 400 AND mean impact crater count exceeds 0.85.
   - Mean ring system complexity is greater than 0.95 AND mean cloud turbulence is less than 140.
   - Mean core density is greater than 0.85 AND mean tidal distortion is less than 30.
   - Mean orbital radius is between 2.8 and 3.0 AND mean surface roughness exceeds 470.
   - Mean surface roughness is less than 450 AND mean core density is greater than 0.85.
   - Mean impact crater count exceeds 0.90 AND mean axial symmetry is greater than 350 to prevent overlap with 'Qtharri'.
   - Mean axial symmetry is between 150-300 AND mean tidal distortion is less than 300, classify as 'Fylaran' to further reduce false positives.
   - Mean tidal distortion is between 30 and 100 AND mean core density exceeds 0.90, classify as 'Fylaran' to avoid incorrect positive classifications.

3. Introduce stricter boundaries in ranges where rules previously overlapped, particularly when mean core density is around 0.80 to 0.85 and mean impact crater count is between 0.85 and 0.90, especially with varying tidal distortions, to avoid false classifications.

4. Follow these rules strictly to minimize errors in classification.