← Back to context Comment by anovikov 4 years ago I can only second this. Few algorithms are as efficient as NlogN. 1 comment anovikov Reply thesz 4 years ago Compare Fourier (O(NlogN)) and wavelet (O(N)) transforms. Both can be used for similarity (correlation) search through projections.
thesz 4 years ago Compare Fourier (O(NlogN)) and wavelet (O(N)) transforms. Both can be used for similarity (correlation) search through projections.
Compare Fourier (O(NlogN)) and wavelet (O(N)) transforms. Both can be used for similarity (correlation) search through projections.