continuous-ensemble
schema/components/continuous-ensemble/1.1.0/continuous-ensemble.schema.json
The continuous-ensemble component stores an ensemble of continuous-valued realisations. Each realisation
is a separate set of values over the same geometric elements, enabling uncertainty quantification and
probabilistic analysis.
Used by: channel-attribute, one-of-attribute.
See also: category-ensemble (categorical counterpart).
Properties
continuous-ensemble (v1.1.0)
Continuous 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 | attribute-description | The attribute description record. | ⬆️ |
| attribute_type | String | ✅ | |
| nan_description | nan-continuous | Describes the values used to designate not-a-number. | ✅ |
| values | float-array-md | The values of the attributes. | ✅ |
Legend
| Flag | Description |
|---|---|
| ⬆️ | Inherited property |
| ✅ | Required property |