Round 369

Round UUID: 645701cd-0b7a-450c-a55e-9b05a103f99f

Prompt:

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

1. **Classify as 'Qtharri' if any of the following conditions are met:**
   - Mean orbital radius > 3.0 AND Mean surface roughness > 460.
   - Mean core density < 0.80 AND Mean axial symmetry < 250.
   - Mean magnetosphere extent < 4.5 AND Mean axial symmetry < 300.
   - Mean tidal distortion < 30, regardless of other conditions.
   - Mean tidal distortion > 500 AND (Mean core density < 0.85 OR Mean ring system complexity < 0.90).
   - Mean impact crater count < 0.80 AND Mean axial symmetry > 400.
   - Mean tidal distortion < 300 AND Mean core density < 0.85 to prevent false negatives.
   - Mean tidal distortion between 300 and 400 AND Mean core density < 0.85, for accurate classification.
   - Mean core density < 0.85 AND Mean tidal distortion < 50 for safer classification.
   - Mean axial symmetry < 150 AND Mean tidal distortion > 200 AND Mean impact crater count < 0.90 to classify as 'Qtharri' and reduce false negatives.
   - Mean impact crater count between 0.80 and 0.90 AND Mean axial symmetry > 400 AND Mean tidal distortion > 250, classify as 'Qtharri'.

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

3. **Implement stricter boundaries for critical thresholds**, particularly around Mean core density (0.80 and 0.85) and Mean impact crater count (0.85 to 0.90), while emphasizing tidal distortions to minimize misclassification.

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