Slot: weight
Weighting of the rule. A weight of zero corresponds to 0.5 confidence in the mapping. Setting to +1 or -1 indicates moderate confidence or lack of confidence. A logit scale is used. All weights are summed together to determine the final confidence.
URI: mappingrules:weight
Applicable Classes
Name |
Description |
Modifies Slot |
---|---|---|
no |
Properties
Range: Float
See Also
Identifier and Mapping Information
Schema Source
from schema: https://w3id.org/oak/mapping-rules-datamodel
Mappings
Mapping Type |
Mapped Value |
---|---|
self |
mappingrules:weight |
native |
mappingrules:weight |
LinkML Source
```yaml
name: weight
description: Weighting of the rule. A weight of zero corresponds to 0.5 confidence
in the mapping. Setting to +1 or -1 indicates moderate confidence or lack of confidence.
A logit scale is used. All weights are summed together to determine the final confidence.
from_schema: https://w3id.org/oak/mapping-rules-datamodel
see_also:
- https://en.wikipedia.org/wiki/Logit
- https://upload.wikimedia.org/wikipedia/commons/5/57/Logit.png
rank: 1000
alias: weight
owner: Postcondition
domain_of:
- Postcondition
range: float
</details>