• Preparing search index...
  • The search index is not available
ml-spectra-processing
  • ml-spectra-processing
  • matrixZRescale

Function matrixZRescale

  • matrixZRescale<
        ArrayConstructorType extends
            DoubleArrayConstructor = Float64ArrayConstructor,
    >(
        matrix: DoubleMatrix,
        options?: MatrixZRescaleOptions<ArrayConstructorType>,
    ): DoubleArrayType<DoubleArrayConstructor>[]
  • Rescale a matrix between min and max values.

    Type Parameters

    • ArrayConstructorType extends DoubleArrayConstructor = Float64ArrayConstructor

    Parameters

    • matrix: DoubleMatrix

      matrix [rows][cols].

    • options: MatrixZRescaleOptions<ArrayConstructorType> = {}

      Options.

    Returns DoubleArrayType<DoubleArrayConstructor>[]

    • Defined in src/matrix/matrixZRescale.ts:34

Settings

Member Visibility
ml-spectra-processing
  • Loading...