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

Function xNormed

  • xNormed<ArrayType extends NumberArray = Float64Array>(
        input: NumberArray,
        options?: XNormedOptions<ArrayType>,
    ): ArrayType
  • Divides the data with either the sum, the absolute sum or the maximum of the data

    Type Parameters

    • ArrayType extends NumberArray = Float64Array

    Parameters

    • input: NumberArray

      Array containing values

    • options: XNormedOptions<ArrayType> = {}

      options

    Returns ArrayType

    • normalized data
    • Defined in src/x/xNormed.ts:31

Settings

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