# Class: ClassEnrichmentConfiguration _configuration for search_ URI: [ontoenrich:ClassEnrichmentConfiguration](https://w3id.org/oak/class-enrichment/ClassEnrichmentConfiguration) ```{mermaid} classDiagram class ClassEnrichmentConfiguration click ClassEnrichmentConfiguration href "../ClassEnrichmentConfiguration" ClassEnrichmentConfiguration : p_value_cutoff ``` ## Slots | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [p_value_cutoff](p_value_cutoff.md) | 1
[Float](Float.md) | p-value cutoff for enrichment | direct | ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/oak/class-enrichment ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | ontoenrich:ClassEnrichmentConfiguration | | native | ontoenrich:ClassEnrichmentConfiguration | ## LinkML Source ### Direct
```yaml name: ClassEnrichmentConfiguration description: configuration for search from_schema: https://w3id.org/oak/class-enrichment attributes: p_value_cutoff: name: p_value_cutoff description: p-value cutoff for enrichment from_schema: https://w3id.org/oak/class-enrichment rank: 1000 domain_of: - ClassEnrichmentConfiguration range: float required: true ```
### Induced
```yaml name: ClassEnrichmentConfiguration description: configuration for search from_schema: https://w3id.org/oak/class-enrichment attributes: p_value_cutoff: name: p_value_cutoff description: p-value cutoff for enrichment from_schema: https://w3id.org/oak/class-enrichment rank: 1000 alias: p_value_cutoff owner: ClassEnrichmentConfiguration domain_of: - ClassEnrichmentConfiguration range: float required: true ```