Class: ChangeTypeStatistic
statistics for a particular kind of diff
URI: summary_statistics:ChangeTypeStatistic
classDiagram
class ChangeTypeStatistic
click ChangeTypeStatistic href "../ChangeTypeStatistic"
ChangeTypeStatistic : facet
ChangeTypeStatistic : filtered_count
Slots
Name |
Cardinality and Range |
Description |
Inheritance |
---|---|---|---|
0..1 |
the facet used to group the counts |
direct |
|
1 |
the number of items in the facet |
direct |
Usages
used by |
used in |
type |
used |
---|---|---|---|
range |
Identifier and Mapping Information
Schema Source
from schema: https://w3id.org/oak/summary_statistics
Mappings
Mapping Type |
Mapped Value |
---|---|
self |
summary_statistics:ChangeTypeStatistic |
native |
summary_statistics:ChangeTypeStatistic |
LinkML Source
Direct
```yaml
name: ChangeTypeStatistic
description: statistics for a particular kind of diff
from_schema: https://w3id.org/oak/summary_statistics
attributes:
facet:
name: facet
description: the facet used to group the counts
from_schema: https://w3id.org/oak/summary_statistics
key: true
domain_of:
- FacetedCount
- ChangeTypeStatistic
required: true
filtered_count:
name: filtered_count
description: the number of items in the facet
from_schema: https://w3id.org/oak/summary_statistics
domain_of:
- FacetedCount
- ChangeTypeStatistic
range: integer
required: true
</details>
### Induced
<details>
```yaml
name: ChangeTypeStatistic
description: statistics for a particular kind of diff
from_schema: https://w3id.org/oak/summary_statistics
attributes:
facet:
name: facet
description: the facet used to group the counts
from_schema: https://w3id.org/oak/summary_statistics
key: true
alias: facet
owner: ChangeTypeStatistic
domain_of:
- FacetedCount
- ChangeTypeStatistic
range: string
required: true
filtered_count:
name: filtered_count
description: the number of items in the facet
from_schema: https://w3id.org/oak/summary_statistics
alias: filtered_count
owner: ChangeTypeStatistic
domain_of:
- FacetedCount
- ChangeTypeStatistic
range: integer
required: true