Class: Evaluation
Mixin class containing evaluation metrics for a schema
URI: linkml_registry:Evaluation
classDiagram
class Evaluation
click Evaluation href "../Evaluation"
Evaluation <|-- SchemaMetadata
click SchemaMetadata href "../SchemaMetadata"
Evaluation : class_count
Evaluation : enum_count
Evaluation : errors
Evaluation : github_stars
Evaluation : proportion_elements_mapped
Evaluation : proportion_elements_with_a_description
Evaluation : score
Evaluation : slot_count
Evaluation : type_count
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
score | 0..1 String |
Overall evaluation score for the schema | direct |
class_count | 0..1 String |
Number of classes in the schema | direct |
slot_count | 0..1 String |
Number of slots in the schema | direct |
enum_count | 0..1 String |
Number of enums in the schema | direct |
type_count | 0..1 String |
Number of types in the schema | direct |
github_stars | 0..1 String |
Number of GitHub stars for the repository | direct |
proportion_elements_with_a_description | 0..1 String |
Proportion of schema elements that have descriptions | direct |
proportion_elements_mapped | 0..1 String |
Proportion of schema elements that are mapped to external vocabularies | direct |
errors | * String |
List of validation errors found in the schema | direct |
Mixin Usage
mixed into | description |
---|---|
SchemaMetadata | Metadata about a LinkML schema including evaluation metrics |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/linkml_registry
Mappings
Mapping Type | Mapped Value |
---|---|
self | linkml_registry:Evaluation |
native | linkml_registry:Evaluation |
LinkML Source
Direct
name: evaluation
description: Mixin class containing evaluation metrics for a schema
from_schema: https://w3id.org/linkml_registry
mixin: true
attributes:
score:
name: score
description: Overall evaluation score for the schema
from_schema: https://w3id.org/linkml_registry
domain_of:
- evaluation
class_count:
name: class_count
description: Number of classes in the schema
from_schema: https://w3id.org/linkml_registry
rank: 1000
is_a: count statistic
domain_of:
- evaluation
slot_count:
name: slot_count
description: Number of slots in the schema
from_schema: https://w3id.org/linkml_registry
rank: 1000
is_a: count statistic
domain_of:
- evaluation
enum_count:
name: enum_count
description: Number of enums in the schema
from_schema: https://w3id.org/linkml_registry
rank: 1000
is_a: count statistic
domain_of:
- evaluation
type_count:
name: type_count
description: Number of types in the schema
from_schema: https://w3id.org/linkml_registry
rank: 1000
is_a: count statistic
domain_of:
- evaluation
github stars:
name: github stars
description: Number of GitHub stars for the repository
from_schema: https://w3id.org/linkml_registry
is_a: count statistic
domain_of:
- evaluation
proportion elements with a description:
name: proportion elements with a description
description: Proportion of schema elements that have descriptions
from_schema: https://w3id.org/linkml_registry
rank: 1000
is_a: proportion statistic
domain_of:
- evaluation
proportion elements mapped:
name: proportion elements mapped
description: Proportion of schema elements that are mapped to external vocabularies
from_schema: https://w3id.org/linkml_registry
rank: 1000
is_a: proportion statistic
domain_of:
- evaluation
errors:
name: errors
description: List of validation errors found in the schema
from_schema: https://w3id.org/linkml_registry
rank: 1000
domain_of:
- evaluation
multivalued: true
Induced
name: evaluation
description: Mixin class containing evaluation metrics for a schema
from_schema: https://w3id.org/linkml_registry
mixin: true
attributes:
score:
name: score
description: Overall evaluation score for the schema
from_schema: https://w3id.org/linkml_registry
alias: score
owner: evaluation
domain_of:
- evaluation
class_count:
name: class_count
description: Number of classes in the schema
from_schema: https://w3id.org/linkml_registry
rank: 1000
is_a: count statistic
alias: class_count
owner: evaluation
domain_of:
- evaluation
slot_count:
name: slot_count
description: Number of slots in the schema
from_schema: https://w3id.org/linkml_registry
rank: 1000
is_a: count statistic
alias: slot_count
owner: evaluation
domain_of:
- evaluation
enum_count:
name: enum_count
description: Number of enums in the schema
from_schema: https://w3id.org/linkml_registry
rank: 1000
is_a: count statistic
alias: enum_count
owner: evaluation
domain_of:
- evaluation
type_count:
name: type_count
description: Number of types in the schema
from_schema: https://w3id.org/linkml_registry
rank: 1000
is_a: count statistic
alias: type_count
owner: evaluation
domain_of:
- evaluation
github stars:
name: github stars
description: Number of GitHub stars for the repository
from_schema: https://w3id.org/linkml_registry
is_a: count statistic
alias: github_stars
owner: evaluation
domain_of:
- evaluation
proportion elements with a description:
name: proportion elements with a description
description: Proportion of schema elements that have descriptions
from_schema: https://w3id.org/linkml_registry
rank: 1000
is_a: proportion statistic
alias: proportion_elements_with_a_description
owner: evaluation
domain_of:
- evaluation
proportion elements mapped:
name: proportion elements mapped
description: Proportion of schema elements that are mapped to external vocabularies
from_schema: https://w3id.org/linkml_registry
rank: 1000
is_a: proportion statistic
alias: proportion_elements_mapped
owner: evaluation
domain_of:
- evaluation
errors:
name: errors
description: List of validation errors found in the schema
from_schema: https://w3id.org/linkml_registry
rank: 1000
alias: errors
owner: evaluation
domain_of:
- evaluation
multivalued: true