Misc.
This section lists some convenience utilities for normalization and projection of data.
SpectralDistances.n1
SpectralDistances.s1
SpectralDistances.threeD
SpectralDistances.twoD
SpectralDistances.v1
SpectralDistances.n1
— Methodn1(x)
normalize x norm 1
SpectralDistances.s1
— Functions1(x, dims=:)
normalize x sums to 1
SpectralDistances.threeD
— MethodthreeD(X)
Project X
to three dimensions using PCA
SpectralDistances.twoD
— MethodtwoD(X)
Project X
to two dmensions using PCA
SpectralDistances.v1
— Functionv1(x, dims=:)
normalize x var 1