SparseSampling¶
Description¶
A SparseSampling object describes the dimensions indexes and grid vertexes where the components of the dependent variable are sparsely sampled.
Attributes¶
Name |
Type |
Description |
---|---|---|
dimension_indexes |
[Integer, Integer, …] |
An array integers indicating along which dimensions the DependentVariable is sparsely sampled. |
sparse_grid_vertexes |
[Integer, Integer, …] |
An flattened array of integer
indexes along the sparse
dimensions where the dependent
variable is sampled. This is
only valid when encoding is
|
sparse_grid_vertexes |
String |
A base64 string of a binary
integer array of |
encoding |
String |
Enumeration with the following valid literals.
|
description |
String |
Description of the dependent variable. |
application |
Generic |
Generic dictionary object containing application specific metadata describing the dependent variable. |