Class encapsulating a vector.

Constructors

Properties

Accessors

Methods

Constructors

  • Parameters

    • name: string

      Name identifying the model of this vector.

    • version: string

      A particular version of the model which produced this vector.

    • values: number[]

      The vector values.

    Returns Vector

Properties

name: string

Name identifying the model of this vector.

values: number[]

The vector values.

version: string

A particular version of the model which produced this vector.

Accessors

Methods