standardize_coordinates {LOMAR} | R Documentation |
standardize_coordinates
Description
Transform coordinates to have mean 0 and standard deviation 1
Usage
standardize_coordinates(X)
Arguments
X |
point set as N x D matrix |
Value
a list of X: standardized matrix, mu: vector of means, sigma: standard deviation
[Package LOMAR version 0.4.0 Index]