# Slot: probability _The probability, as estimated by model-based approaches_ URI: [ontoenrich:probability](https://w3id.org/oak/class-enrichment/probability) ## Applicable Classes | Name | Description | Modifies Slot | | --- | --- | --- | | [ClassEnrichmentResult](ClassEnrichmentResult.md) | A single enrichment result | no | ## Properties * Range: [Float](Float.md) * Minimum Value: 0 * Maximum Value: 1 ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/oak/class-enrichment ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | ontoenrich:probability | | native | ontoenrich:probability | ## LinkML Source
```yaml name: probability description: The probability, as estimated by model-based approaches from_schema: https://w3id.org/oak/class-enrichment rank: 1000 alias: probability owner: ClassEnrichmentResult domain_of: - ClassEnrichmentResult range: float minimum_value: 0 maximum_value: 1 ```