Unit Vector

Author

Cox Lab

Published

June 27, 2024

1 General

  • Type: - Matrix Processing
  • Heading: - Normalization
  • Source code: UnitVector.cs

2 Brief description

The rows/columns are regarded as high-dimensional vectors. They are divided by their lengths resulting in a matrix of unit vectors.

Output: Normalized expression matrix.

3 Parameters

3.1 Matrix access

Specifies whether rows or columns should be regarded as high-dimensional vectors and be transformed into unit vectors (default: Rows).

4 Parameter window

Unit vectors