Round 368

Round UUID: c0033591-57f2-4a28-b55a-baece40a7059

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 is greater than 3.0 AND Mean surface roughness is greater than 460.
   - Mean core density is less than 0.80 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 between 300 and 400 AND mean core density is less than 0.80, classifying as 'Qtharri' to handle misclassifications effectively.
   - Mean core density below 0.85 AND mean tidal distortion below 50 to ensure safe classification as 'Qtharri'.
   - Mean axial symmetry less than 150 AND mean tidal distortion exceeds 200 AND mean impact crater count less than 0.90 to classify as 'Qtharri' and reduce false negatives.
   - If mean impact crater count between 0.80 and 0.90 and mean axial symmetry greater than 400 AND mean tidal distortion higher than 250, classify as 'Qtharri'.
   - If mean core density is between 0.80 and 0.85 AND mean impact crater count is between 0.85 and 0.90, classify as 'Qtharri' to ensure accuracy.

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 between 150-300 AND mean tidal distortion is less than 250, classify as 'Fylaran' to reduce false positives.
   - Mean tidal distortion between 30 and 100 AND mean core density exceeds 0.90, classify as 'Fylaran' to avoid incorrect positive classifications.

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

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