Learn R Programming

bcTSNE (version 0.11.1)

zeroMean: Subtract the column means from X

Description

Subtract the column means from X

Usage

zeroMean(X)

Arguments

X

numeric matrix

Value

numeric matrix with column means subtracted

Details

Not exported; exists for testing C code.