powered by
Computes the Signed Log if Data
SignedLog(Data,Base="Ten")
Transformed Data
[1:n,1:d] Data matrix with n cases and d variables
Either "Ten", "Two", "Zero", or any number.
Michael Thrun
A neat transformation for data, it it has a better representation on the log scale.
Prof. Dr. habil. A. Ultsch, Lectures in Knowledge Discovery, 2014.
log
# sampling is done # because otherwise the example takes too long # in the CRAN check data('ITS') ind=sample(length(ITS),1000) MDplot(SignedLog(cbind(ITS[ind],MTY[ind])*(-1),Base = "Ten"))
Run the code above in your browser using DataLab