Package adams.data.multispectrumoperation.outlierremoval
-
Class Summary Class Description AbstractOutlierRemoval Ancestor for outlier removal schemes that work on multiple spectra.CorrelationBasedThreshold Applies the pre-filter and then computes the correlation coefficients between the spectra.CosineSimilarityBasedThreshold Applies the pre-filter and then computes the cosine similarity between the spectra.MeanSpectrumCosineSimilarityBasedThreshold Calculates the mean spectrum from the incoming spectra and then calculates the cosine similarity between the mean spectrum and the spectra.PassThrough Dummy, just passes through the data.