EuclSqNorm {scmap}R Documentation

The Euclidean Squared Norm of each column of a matrix is computed and the whole result is returned as a vector. Used as part of the approx. calculations of the cosine similarity between the query and the reference.

Description

The Euclidean Squared Norm of each column of a matrix is computed and the whole result is returned as a vector. Used as part of the approx. calculations of the cosine similarity between the query and the reference.

Usage

EuclSqNorm(dat)

Arguments

dat

A numerical matrix


[Package scmap version 1.12.0 Index]