Jump to content

Streamlizing algorithms

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 221.226.128.181 (talk) at 14:12, 20 September 2009 (Streaming Graph). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

As opposed to persistent data stored in memory medium for accessed on demand, transient data originated on line stream by if not explicitly stored. These transient data, called data streams, invalid many existing algorithms for persistent data. Paralleled with persistent data and data streams, streaming algorithms is coined which process streams with sublinear memory cost. Among many methods of designing algorithms for data streams, "streamlizing" algorithms to enable algorithms to process data streams is a possible research direction.

Streaming Graph

  1. Semi-streaming Graphs: with given vertex set V, edges in edge set is shown one by one;
  2. ......

1. [WebDB.cn@Southeast University http://sites.google.com/site/webdbp2p/]
2. [Streaming algorithms http://en.wikipedia.org/wiki/Streaming_algorithms]
3. [Data Stream Mining http://en.wikipedia.org/wiki/Data_stream_mining]