tapkee
tapkee copied to clipboard
Implement streaming mode for landmark based algorithms
Idea is: with randomization we can assume that landmarks are the first N vectors so we collect them to buffer until its ready. Once bufferized we output all the landmark vectors' projections and process following vectors in streaming way.
Asked @karlnapf about that and apparently good idea is to collect feature vectors until solution stabilizes