• Compute the bitwise average representation of a set of Uint8Arrays. Typically used to fuse the vectors in a cluster to produce a blended vector that (hopefully) retains the meaning of its inputs.

    Parameters

    • vectors: Uint8Array<ArrayBufferLike>[]

      Array of Uint8Arrays

    Returns Uint8Array

    A new Uint8Array representing the bitwise average.