category-ensemble
schema/components/category-ensemble/1.1.0/category-ensemble.schema.json
The category-ensemble component stores an ensemble of categorical realisations. Each realisation
assigns categories to the same geometric elements, enabling probabilistic classification.
Used by: channel-attribute, one-of-attribute.
See also: continuous-ensemble (continuous counterpart).
Properties
category-ensemble (v1.1.0)
Category ensemble.
| Property | Type | Description | Flags |
|---|---|---|---|
| name | String | The name of the attribute | ⬆️ ✅ |
| key | String | An identifier of the attribute, used to keep track of the attribute when it is renamed. | |
| The identifier must be unique within an attribute list. | ⬆️ ✅ | ||
| attribute_type | String | Type of the attribute. | ⬆️ ✅ |
| attribute_description | category-attribute-description | The attribute description record. | ⬆️ |
| attribute_type | String | ✅ | |
| nan_description | nan-categorical | Describes the values used to designate not-a-number. | ✅ |
| table | lookup-table | Lookup table associated with the attributes. | ✅ |
| values | integer-array-md | The values of the attributes. | ✅ |
Legend
| Flag | Description |
|---|---|
| ⬆️ | Inherited property |
| ✅ | Required property |