confidence property

double confidence
final

Confidence score of the classification (0.0 to 1.0).

Represents the model's confidence in the species identification. Higher values indicate more confident predictions.

  • 0.9-1.0: Very high confidence
  • 0.7-0.9: High confidence
  • 0.5-0.7: Moderate confidence
  • 0.0-0.5: Low confidence

Implementation

final double confidence;