Bitbybit Docs
    Preparing search index...

    Class RemoveAllDuplicateVectorsDto (Inputs.Vector)

    Vectors to filter with vector.removeAllDuplicateVectors, and how close two vectors must be to count as the same.

    Index

    Constructors

    Properties

    Constructors

    Properties

    vectors: number[][]

    The vectors to filter; their order is kept.

    undefined
    
    tolerance: number

    Two vectors count as the same when every entry differs by less than this.

    1e-7
    

    0

    Infinity