Members
(constant) util
TODO document cum ops
TODO replace is broken
TODO binarizer
TODO document imports
TODO document matrix ops
TODO document add, mul, div, sub
TODO document opts, printing presets
TODO document examples of matrix ops, aggs, functs
TODO calculate the *base* size of each column (pointers are 8B)
- Source:
Methods
checkType(o, type) → {boolean}
Parameters:
Name |
Type |
Description |
o |
*
|
|
type |
string
|
|
- Source:
Returns:
-
Type
-
boolean
get(cols, idx) → {Array.<*>}
Parameters:
Name |
Type |
Description |
cols |
Array.<Column>
|
|
idx |
number
|
|
- Source:
Returns:
-
Type
-
Array.<*>
has(cols, row) → {boolean}
Parameters:
Name |
Type |
Description |
cols |
Array.<Column>
|
|
row |
Array.<*>
|
|
- Source:
Returns:
-
Type
-
boolean
set(cols, rIdx, val)
Parameters:
Name |
Type |
Description |
cols |
Array.<Column>
|
|
rIdx |
number
|
|
val |
Array.<*>
|
|
- Source: