Preparing search index...
The search index is not available
ml-spectra-processing
ml-spectra-processing
matrixNumericalDecoding
Function matrixNumericalDecoding
matrixNumericalDecoding
(
matrixInitial
:
number
[]
[]
,
dictionary
:
Record
<
string
,
number
>
,
)
:
(
string
|
number
)
[]
[]
Numerically decodes the matrix using the dictionary.
Parameters
matrixInitial
:
number
[]
[]
dictionary
:
Record
<
string
,
number
>
dictionary against which to do the encoding
Returns (
string
|
number
)
[]
[]
decoded matrix
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ml-spectra-processing
Loading...
Numerically decodes the matrix using the dictionary.