Constructor
new ReducedDimensionResult(summary, path, fetch_range)
- Source:
Parameters:
Name | Type | Description |
---|---|---|
summary |
object | A summary of the reduced dimension result's contents, according to the wobbegong specifications. |
path |
string | Path to the reduced dimension result's directory. This may be a relative or absolute path, depending on how the files are hosted. |
fetch_range |
function | A function that accepts |
Classes
Methods
(async) column(i, optionsopt) → {Array|Int32Array|Float64Array}
- Source:
Parameters:
Name | Type | Attributes | Default | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
i |
number | Row index. |
||||||||||||
options |
object |
<optional> |
{}
|
Further options. Properties
|
Returns:
Array of length equal to the number of rows, containing the contents of column i
.
- Type
- Array | Int32Array | Float64Array
numberOfColumns() → {number}
- Source:
Returns:
Number of columns.
- Type
- number
numberOfRows() → {number}
- Source:
Returns:
Number of rows.
- Type
- number
type() → {string}
- Source:
Returns:
Type of the matrix, typically either boolean
, integer
or double
.
- Type
- string