US20070226209A1 - Methods and Apparatus for Clustering Evolving Data Streams Through Online and Offline Components - Google Patents

Methods and Apparatus for Clustering Evolving Data Streams Through Online and Offline Components Download PDF

Info

Publication number
US20070226209A1
US20070226209A1 US11/755,473 US75547307A US2007226209A1 US 20070226209 A1 US20070226209 A1 US 20070226209A1 US 75547307 A US75547307 A US 75547307A US 2007226209 A1 US2007226209 A1 US 2007226209A1
Authority
US
United States
Prior art keywords
data
clustering
data stream
online statistics
statistics
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US11/755,473
Inventor
Charu Aggarwal
Philip Yu
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
International Business Machines Corp
Original Assignee
International Business Machines Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by International Business Machines Corp filed Critical International Business Machines Corp
Priority to US11/755,473 priority Critical patent/US20070226209A1/en
Publication of US20070226209A1 publication Critical patent/US20070226209A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2455Query execution
    • G06F16/24568Data stream processing; Continuous queries
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/28Databases characterised by their database models, e.g. relational or object models
    • G06F16/284Relational databases
    • G06F16/285Clustering or classification
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99931Database or file accessing
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99941Database schema or data structure
    • Y10S707/99943Generating database or data structure, e.g. via user interface

Definitions

  • the clustering of a data stream partitions a given set of data points into one or more groups of similar data points.
  • Clustering has been widely researched in the database, data mining and statistics communities, see, e.g., P. Bradley et al., “Scaling Clustering Algorithms to Large Databases,” SIGKDD Conference, 1998; S. Guha et al., “CURE: An Efficient Clustering Algorithm for Large Databases,” ACM SIGMOD Conference, 1998; R. Ng et al., “Efficient and Effective Clustering Methods for Spatial Data Mining,” Very Large Data Bases Conference, 1994; R.
  • clustering data streams compute clusters over the entire data stream, see, e.g. L. O'Callaghan et al. These techniques view data stream clustering as a variant of one-pass clustering methodologies. Although such techniques may be useful in many clustering applications, the clustering of data streams requires careful defining in the data stream context. A data stream should be viewed as an infinite process having data that continuously evolves with time. As a result, the underlying clusters may also change considerably with time. The nature of the clusters may vary depending on the moment at which they are computed as well as the time horizon over which they are measured. For example, a user may wish to examine clusters occurring in the last month, year, or decade, each of which may be considerably distinct.
  • a clustering methodology needs to maintain a substantial amount of information so that important details are not lost.
  • a continuous version of k-means methodology maintains a number of cluster centers which change or merge as necessary throughout the execution of the methodology, see, e.g., L. O'Callaghan et al.
  • This approach is unpredictable when the characteristics of the stream evolve over time since the k-means approach is highly sensitive to the order of arrival of the data points. For example, once two cluster centers are merged, there is no way to informatively split the clusters when required by the evolution of the stream at a later time.
  • the present invention relates to data clustering techniques. More particularly, the present invention relates to clustering evolving data streams through generated online statistics and offline processing.
  • a technique of clustering data of a data stream comprises the following steps. First, online statistics are created from the data stream. Then, offline processing of the online statistics is performed when offline processing is either required or desired.
  • the inventive technique efficiently and effectively clusters data streams in a manner that is easily accessible and manageable by a user.
  • FIG. 1 is a block diagram illustrating a hardware implementation suitable for employing methodologies, according to an embodiment of the present invention
  • FIG. 2 is a flow diagram illustrating an online micro-clustering and offline macro-clustering interaction methodology, according to an embodiment of the present invention
  • FIG. 3 is a flow diagram illustrating a micro-cluster maintenance methodology, according to an embodiment of the present invention.
  • FIG. 4 is a flow diagram illustrating a higher level cluster creation methodology, according to an embodiment of the present invention.
  • FIG. 5 is a flow diagram illustrating a micro-cluster evolution analysis methodology, according to an embodiment of the present invention.
  • micro-clusters In order to perform data stream clustering, statistical information about the data locality is maintained in terms of micro-clusters. These statistical data points are defined as a temporal extension of the cluster feature vector, see, e.g., T. Zhang et al., “BIRCH: An Efficient Data Clustering Method for Very Large Databases,” ACM SIGMOD Conference, 1996.
  • Micro-clusters are utilized in data stream clustering due to their additivity property.
  • the micro-clusters are stored as snapshots in time which follow a specific pattern. This pattern provides an effective trade-off between the storage requirements and the ability to recall summary statistics from different time horizons.
  • the summary information in the micro-clusters is then used by an offline component which is dependent upon a wide variety of user inputs, such as the time horizon or the granularity of clustering.
  • data stream clustering is separated into an online micro-clustering component and an offline macro-clustering component.
  • the online micro-clustering component employs an efficient methodology for storage of appropriate summary statistics in a fast data stream.
  • the offline component uses these summary statistics in conjunction with other user input in order to provide the user with a quick understanding of the clusters whenever required.
  • the offline component is efficient since the component uses the summary statistics as input. This two-phased approach also provides the user with the flexibility to explore the nature of the evolution of the clusters over different time periods.
  • the data stream comprises a set of multi-dimensional records XI . . . X k . . . , arriving at time stamps T 1 . . . T k . . .
  • a micro-cluster for a set of d-dimensional points with time stamps is defined as the tuple (CF2 x , CF1 x , CF2 t , CF1 t , n), wherein ⁇ CF2 x ⁇ and ⁇ CF1 x ⁇ each correspond to a vector of d entries.
  • the definition of each of these entries is as follows:
  • the micro-clusters definition is a temporal extension of the cluster feature vector.
  • the micro-cluster for a set of points C is denoted by CFT(C).
  • CFT(C) This summary information is a natural choice for data stream methodologies since it can be expressed in an additive way over the different data points.
  • statistical information about the dominant micro-clusters in the data stream is maintained by the methodology.
  • the methodology ensures that a very large number of micro-clusters can be efficiently maintained as compared to previous methods, see, e.g., L. O'Callaghan et al.
  • the high granularity of the online updating methodology ensures that it is able to provide clusters of much better quality in an evolving data stream.
  • the micro-clusters are stored at particular moments in the stream which are referred to as snapshots.
  • the offline macro-clustering methodology uses these finer level micro-clusters in order to create higher level clusters over specific time horizons.
  • a user may wish to find clusters in the stream based on a history of length h when a clock time is t C .
  • the macro-clustering methodology uses subtractive properties of the micro-clusters stored as snapshots t C and (t c ⁇ h) in order to find the higher level clusters in a history or time horizon of length h.
  • the subtractive property is a very important characteristic of the micro-clustering representation which makes it feasible to generate higher level clusters over different time horizons.
  • snapshots are stored at differing levels of granularity depending upon the recency. Snapshots are classified into different orders, which can vary from 1 to log(T), where T is the clock time elapsed since the beginning of the stream. The order of a particular class of snapshots defines the level of granularity in time at which the snapshots are maintained.
  • the snapshots of different orders are maintained as follows:
  • the clock time of 8 is divisible by 2 0 , 2 1 , 2 2 and 2 3 (where). Therefore, the state of the micro-clusters at a clock time of 8 simultaneously corresponds to order 0, order 1, order 2 and order 3 snapshots.
  • FIG. 1 a block diagram illustrates a hardware implementation suitable for employing methodologies, according to an embodiment of the present invention.
  • an exemplary system comprises client devices coupled via a large network 10 to a server 20 .
  • Server 20 may comprise a central processing unit (CPU) 30 coupled to a main memory 40 and a disk 50 . It is assumed that multiple clients can interact with server 20 over large network 10 .
  • network 10 may be a public information network such as, for example, the Internet or World Wide Web, however, the clients and server may alternatively be connected via a private network, a local area network, or some other suitable network.
  • the data clustering computations of the invention are performed at CPU 30 on server 20 and sent to one or more client devices.
  • Client devices make queries about various characteristics of the data stream which are responded to by server 20 .
  • All or portions of the data sets to be processed are stored on disk 50 during processing.
  • Main memory 40 is used to store some or all of the statistics created during the processing. Results are returned to requesting client devices.
  • software components including instructions or code for performing the methodologies of the invention, as described herein, may be stored in one or more memory devices described above with respect to the server and, when ready to be utilized, loaded in part or in whole and executed by CPU 30 .
  • a flow diagram illustrates an online micro-clustering and offline macro-clustering interaction methodology, according to an embodiment of the present invention.
  • the methodology begins at step 200 where a data stream is input.
  • step 210 a data point is received from the data stream. This data point is used to update online statistics in step 220 .
  • This online micro-clustering step is described in more detail in FIG. 3 .
  • step 230 it is determined whether offline processing is required for the purpose of analysis of clusters. If offline processing is required, then it is performed in step 240 . This offline macro-clustering step is described in greater detail in FIG. 4 .
  • the methodology then returns to step 210 . If offline processing is not required, the methodology returns directly to step 210 .
  • the methodology terminates at step 250 when data points are no longer received from the data stream.
  • FIG. 3 a flow diagram illustrates a micro-cluster maintenance methodology, according to an embodiment of the present invention. This figure may be considered a detailed description of step 220 in FIG. 2 .
  • the methodology begins at step 300 where a data point from a data stream is input.
  • step 310 a group of data points closest to the incoming data point is found.
  • step 320 it is determined whether the distance to the closest group is greater than a user-specified threshold. If the distance is greater than the threshold, then a new group is created with a single data point in it in step 330 . A new group would also be created if no groups exist. If the distance is less than the threshold, the data point is added to the closest group in step 335 .
  • the updated or new group statistics are updated in step 340 .
  • the counts of the data points in the micro-clusters are updated.
  • snapshots are explicitly stored. The methodology terminates at step 350 .
  • FIG. 4 a flow diagram illustrates a higher level cluster creation methodology, according to an embodiment of the present invention.
  • Higher level macro-clusters are created from the fine grained micro-clusters in FIG. 3 .
  • This step is executed as an offline process when the user wants a picture of the higher level clusters in the data stream.
  • This methodology can also be considered a detailed description of step 240 in FIG. 2 .
  • the methodology begins at step 400 .
  • step 410 the inventive technique samples k representative pseudo-points.
  • micro-cluster groups are re-clustered around the representative pseudo-points. Each micro-cluster group is assigned to its closest representative pseudo-point.
  • This methodology is an iterative process.
  • step 430 it is determined whether any more iterations are required. If more iterations are required, the representative pseudo-points are redefined as the centroid of re-clustered points in step 440 . The methodology then returns to step 420 . If more iterations are not required, the methodology reports the corresponding clusters that have been found by the re-clustering methodology in step 450 . These clusters could also be created over a user-specified time period by determining the relevant groups over the time period and then re-creating the clusters. The methodology terminates at step 460 .
  • a flow diagram illustrates a micro-cluster evolution analysis methodology, according to an embodiment of the present invention.
  • the methodology begins at step 500 .
  • a subtraction methodology is performed over the appropriate time horizon.
  • the micro-cluster statistics for the previous time horizon are subtracted from the current micro-cluster statistics.
  • the methodology determines the evolution classification based on the subtracted statistics. For example, when a cluster group is present at time t 1 , but not present at time t 2 >t 1 , it means that the group has been deleted in the interval (t 1 , t 2 ). On the other hand, if t 1 >t 2 , then it means that a new group has been created in the interval (t 2 , t 1 ).
  • the methodology terminates at step 530 .
  • the present invention provides an effective and efficient method for clustering large evolving data streams.
  • the method has clear advantages over existing techniques, which try to cluster the whole stream at one time rather than viewing the stream as a changing process over time.
  • the clustering model provides a wide variety of functionality in characterizing data stream clusters over different time horizons in an evolving environment. This is achieved through a careful division of labor between the online statistical data collection component and an offline analytical component.
  • the methodology provides considerable flexibility to an analyst in a real-time and changing environment.

Abstract

A technique of clustering data of a data stream is provided. Online statistics are first created from the data stream. Offline processing of the online statistics is then performed when offline processing either required or desired. Online statistics may be created through the reception of data points from the data stream and the formation and updating of data groups. Offline processing may be performed by reclustering groups of data points around sampled data points and reporting the newly formed clusters.

Description

    CROSS-REFERENCE TO RELATED APPLICATION(S)
  • This application is a continuation of U.S. application Ser. No. 10/641,951, filed on Aug. 14, 2003, the disclosure of which is incorporated by reference herein.
  • FIELD OF THE INVENTION
  • The present invention relates to data clustering and, more particularly, to the clustering of evolving data streams through generated online statistics and offline processing.
  • BACKGROUND OF THE INVENTION
  • Recent advances in hardware technology have allowed companies and organizations to automatically and rapidly record transactions of everyday life (e.g., banking, credit card, stock, telecommunications, etc.). The recordation of such processes leads to large amounts of data, which grows at an unlimited rate. The continuous arrival of data is referred to as a data stream. Data streams have been extensively researched in recent years due to their use in a wide range of applications, see, e.g., B. Babcock et al., “Models and Issues in Data Stream Systems,” ACM PODS Conference, 2002; P. Domingos et al., “Mining High-Speed Data Streams,” ACM SIGKDD Conference, 2000; S. Guha et al., “Clustering Data Streams,” IEEE FOCS Conference, 2000; and L. O'Callaghan et al., “Streaming-Data Algorithms For High-Quality Clustering,” ICDE Conference, 2002.
  • The clustering of a data stream partitions a given set of data points into one or more groups of similar data points. Clustering has been widely researched in the database, data mining and statistics communities, see, e.g., P. Bradley et al., “Scaling Clustering Algorithms to Large Databases,” SIGKDD Conference, 1998; S. Guha et al., “CURE: An Efficient Clustering Algorithm for Large Databases,” ACM SIGMOD Conference, 1998; R. Ng et al., “Efficient and Effective Clustering Methods for Spatial Data Mining,” Very Large Data Bases Conference, 1994; R. Dubes et al., “Algorithms for Clustering Data,” Prentice Hall, New Jersey, 1998; and L. Kaufman et al., “Finding Groups in Data—An Introduction to Cluster Analysis,” Wiley Series in Probability and Math Sciences, 1990. Clustering has also been studied in the context of the data stream environment, see, e.g., S. Guha et al. and L. O'Callaghan et al.
  • Since the clustering of data streams results in the arrival of a large volume of data, it renders most traditional clustering methodologies inefficient. In recent years, one-pass clustering methodologies have been developed for utilization with data streams. However, the results of a simple one-pass clustering methodology provided over a data stream for a few years would be dominated by the outdated history of the stream.
  • Other existing methodologies for clustering data streams compute clusters over the entire data stream, see, e.g. L. O'Callaghan et al. These techniques view data stream clustering as a variant of one-pass clustering methodologies. Although such techniques may be useful in many clustering applications, the clustering of data streams requires careful defining in the data stream context. A data stream should be viewed as an infinite process having data that continuously evolves with time. As a result, the underlying clusters may also change considerably with time. The nature of the clusters may vary depending on the moment at which they are computed as well as the time horizon over which they are measured. For example, a user may wish to examine clusters occurring in the last month, year, or decade, each of which may be considerably distinct.
  • Data streams inherently impose a one-pass constraint on methodology design. It becomes very difficult to provide flexibility in computing clusters over different kinds of time horizons using conventional methodologies. For example, a direct extension of the stream based k-means methodology (see, e.g., L. O'Callaghan et al.) would require simultaneous maintenance of the intermediate results of clustering methodologies over all possible time horizons. Such a computational burden increases with progression of the data stream and can rapidly become a bottleneck for online implementation. Furthermore, in many cases, an analyst may wish to determine the clusters at a previous moment in time, and compare them to the current clusters. This requires even greater bookkeeping, which can rapidly become unwieldy for fast data streams.
  • Since a data stream cannot be revisited over the course of the computation, a clustering methodology needs to maintain a substantial amount of information so that important details are not lost. For example, a continuous version of k-means methodology maintains a number of cluster centers which change or merge as necessary throughout the execution of the methodology, see, e.g., L. O'Callaghan et al. This approach is unpredictable when the characteristics of the stream evolve over time since the k-means approach is highly sensitive to the order of arrival of the data points. For example, once two cluster centers are merged, there is no way to informatively split the clusters when required by the evolution of the stream at a later time.
  • A need therefore exists to improve the quality of the clusters when the data evolves considerably over time. A further need exists to provide greater functionality in discovering and exploring clusters over different portions of the stream.
  • SUMMARY OF THE INVENTION
  • The present invention relates to data clustering techniques. More particularly, the present invention relates to clustering evolving data streams through generated online statistics and offline processing.
  • For example, in one aspect of the invention, a technique of clustering data of a data stream comprises the following steps. First, online statistics are created from the data stream. Then, offline processing of the online statistics is performed when offline processing is either required or desired.
  • Advantageously, the inventive technique efficiently and effectively clusters data streams in a manner that is easily accessible and manageable by a user.
  • Another advantageous property of the inventive technique is its flexibility in computing clusters over user defined time periods. Additionally, the inventive technique may provide for the comparison of clusters in a previous moment in time to current clusters of a data stream. A user may discover and explore clusters over different portions of the data stream.
  • These and other objects, features, and advantages of the present invention will become apparent from the following detailed description of illustrative embodiments thereof, which is to be read in connection with the accompanying drawings.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1 is a block diagram illustrating a hardware implementation suitable for employing methodologies, according to an embodiment of the present invention;
  • FIG. 2 is a flow diagram illustrating an online micro-clustering and offline macro-clustering interaction methodology, according to an embodiment of the present invention;
  • FIG. 3 is a flow diagram illustrating a micro-cluster maintenance methodology, according to an embodiment of the present invention;
  • FIG. 4 is a flow diagram illustrating a higher level cluster creation methodology, according to an embodiment of the present invention; and
  • FIG. 5 is a flow diagram illustrating a micro-cluster evolution analysis methodology, according to an embodiment of the present invention.
  • DETAILED DESCRIPTION OF THE INVENTION
  • The following description will illustrate the invention using an exemplary data processing system architecture. It should be understood, however, that the invention is not limited to use with any particular system architecture. The invention is instead more generally applicable to any data processing system in which it is desirable to perform efficient and effective data stream clustering.
  • In order to perform data stream clustering, statistical information about the data locality is maintained in terms of micro-clusters. These statistical data points are defined as a temporal extension of the cluster feature vector, see, e.g., T. Zhang et al., “BIRCH: An Efficient Data Clustering Method for Very Large Databases,” ACM SIGMOD Conference, 1996. Micro-clusters are utilized in data stream clustering due to their additivity property. The micro-clusters are stored as snapshots in time which follow a specific pattern. This pattern provides an effective trade-off between the storage requirements and the ability to recall summary statistics from different time horizons. The summary information in the micro-clusters is then used by an offline component which is dependent upon a wide variety of user inputs, such as the time horizon or the granularity of clustering.
  • Therefore, in accordance with the present invention, data stream clustering is separated into an online micro-clustering component and an offline macro-clustering component. The online micro-clustering component employs an efficient methodology for storage of appropriate summary statistics in a fast data stream. The offline component uses these summary statistics in conjunction with other user input in order to provide the user with a quick understanding of the clusters whenever required. The offline component is efficient since the component uses the summary statistics as input. This two-phased approach also provides the user with the flexibility to explore the nature of the evolution of the clusters over different time periods.
  • It is assumed that the data stream comprises a set of multi-dimensional records XI . . . Xk . . . , arriving at time stamps T1 . . . Tk . . . Each Xi is a multi-dimensional record containing d dimensions which are denoted by Xi=xi l . . . xi d.
  • A micro-cluster for a set of d-dimensional points with time stamps is defined as the tuple (CF2x, CF1x, CF2t, CF1t, n), wherein {CF2x} and {CF1x} each correspond to a vector of d entries. The definition of each of these entries is as follows:
      • For each dimension, the sum of the squares of the data values is maintained in {CF2x}. Thus, {CF2x} contains d values. The p-th entry of {CF2x} is equal to;
      • For each dimension, the sum of the data values is maintained in {CF1x}. Thus, {CF1x} contains d values. The p-th entry of {CF1x} is equal to;
      • The sum of the squares of the time stamps is maintained in CF2t;
      • The sum of the time stamps is maintained in CF1t; and
      • The number of data points is maintained in n.
  • The micro-clusters definition is a temporal extension of the cluster feature vector. The micro-cluster for a set of points C is denoted by CFT(C). This summary information is a natural choice for data stream methodologies since it can be expressed in an additive way over the different data points. At a given moment in time, statistical information about the dominant micro-clusters in the data stream is maintained by the methodology. The methodology ensures that a very large number of micro-clusters can be efficiently maintained as compared to previous methods, see, e.g., L. O'Callaghan et al. The high granularity of the online updating methodology ensures that it is able to provide clusters of much better quality in an evolving data stream.
  • The micro-clusters are stored at particular moments in the stream which are referred to as snapshots. The offline macro-clustering methodology uses these finer level micro-clusters in order to create higher level clusters over specific time horizons. A user may wish to find clusters in the stream based on a history of length h when a clock time is tC. The macro-clustering methodology uses subtractive properties of the micro-clusters stored as snapshots tC and (tc−h) in order to find the higher level clusters in a history or time horizon of length h. The subtractive property is a very important characteristic of the micro-clustering representation which makes it feasible to generate higher level clusters over different time horizons. Since it is not possible to store the snapshots at each and every moment in time, it is important to choose particular times at which the micro-clusters are stored. The aim of choosing these particular times is to ensure that clusters in any user specified time horizon (tC−h, tC) can be approximated.
  • In a pyramidal time frame, snapshots are stored at differing levels of granularity depending upon the recency. Snapshots are classified into different orders, which can vary from 1 to log(T), where T is the clock time elapsed since the beginning of the stream. The order of a particular class of snapshots defines the level of granularity in time at which the snapshots are maintained. The snapshots of different orders are maintained as follows:
      • Snapshots of the i-th order occur at time intervals of, where is an integer and Specifically, each snapshot of the i-th order is taken at a moment in time when the clock value from the beginning of the stream is exactly divisible by. One unit of clock time is the smallest level of granularity. Thus, the 0-th order snapshots measure the time intervals at the smallest level of granularity.
      • At any given moment in time, the last snapshots of order i are stored.
  • The above definition allows for considerable redundancy in storage of snapshots. For example, the clock time of 8 is divisible by 20, 21, 22 and 23 (where). Therefore, the state of the micro-clusters at a clock time of 8 simultaneously corresponds to order 0, order 1, order 2 and order 3 snapshots.
  • Referring initially to FIG. 1, a block diagram illustrates a hardware implementation suitable for employing methodologies, according to an embodiment of the present invention. As illustrated, an exemplary system comprises client devices coupled via a large network 10 to a server 20. Server 20 may comprise a central processing unit (CPU) 30 coupled to a main memory 40 and a disk 50. It is assumed that multiple clients can interact with server 20 over large network 10. It is to be appreciated that network 10 may be a public information network such as, for example, the Internet or World Wide Web, however, the clients and server may alternatively be connected via a private network, a local area network, or some other suitable network.
  • The data clustering computations of the invention are performed at CPU 30 on server 20 and sent to one or more client devices. Client devices make queries about various characteristics of the data stream which are responded to by server 20. All or portions of the data sets to be processed are stored on disk 50 during processing. Main memory 40 is used to store some or all of the statistics created during the processing. Results are returned to requesting client devices.
  • In one preferred embodiment, software components including instructions or code for performing the methodologies of the invention, as described herein, may be stored in one or more memory devices described above with respect to the server and, when ready to be utilized, loaded in part or in whole and executed by CPU 30.
  • Referring now to FIG. 2, a flow diagram illustrates an online micro-clustering and offline macro-clustering interaction methodology, according to an embodiment of the present invention. The methodology begins at step 200 where a data stream is input. In step 210, a data point is received from the data stream. This data point is used to update online statistics in step 220. This online micro-clustering step is described in more detail in FIG. 3. In step 230, it is determined whether offline processing is required for the purpose of analysis of clusters. If offline processing is required, then it is performed in step 240. This offline macro-clustering step is described in greater detail in FIG. 4. The methodology then returns to step 210. If offline processing is not required, the methodology returns directly to step 210. The methodology terminates at step 250 when data points are no longer received from the data stream.
  • Referring now to FIG. 3, a flow diagram illustrates a micro-cluster maintenance methodology, according to an embodiment of the present invention. This figure may be considered a detailed description of step 220 in FIG. 2. The methodology begins at step 300 where a data point from a data stream is input. In step 310, a group of data points closest to the incoming data point is found. In step 320, it is determined whether the distance to the closest group is greater than a user-specified threshold. If the distance is greater than the threshold, then a new group is created with a single data point in it in step 330. A new group would also be created if no groups exist. If the distance is less than the threshold, the data point is added to the closest group in step 335. In either case, the updated or new group statistics are updated in step 340. In updating the group statistics, the counts of the data points in the micro-clusters are updated. In addition, when the appropriate time window has elapsed, snapshots are explicitly stored. The methodology terminates at step 350.
  • Referring now to FIG. 4, a flow diagram illustrates a higher level cluster creation methodology, according to an embodiment of the present invention. Higher level macro-clusters are created from the fine grained micro-clusters in FIG. 3. This step is executed as an offline process when the user wants a picture of the higher level clusters in the data stream. This methodology can also be considered a detailed description of step 240 in FIG. 2. The methodology begins at step 400. In step 410, the inventive technique samples k representative pseudo-points. In step 420, micro-cluster groups are re-clustered around the representative pseudo-points. Each micro-cluster group is assigned to its closest representative pseudo-point. This methodology is an iterative process. The number of such iterations is decided by the user apriori. In step 430, it is determined whether any more iterations are required. If more iterations are required, the representative pseudo-points are redefined as the centroid of re-clustered points in step 440. The methodology then returns to step 420. If more iterations are not required, the methodology reports the corresponding clusters that have been found by the re-clustering methodology in step 450. These clusters could also be created over a user-specified time period by determining the relevant groups over the time period and then re-creating the clusters. The methodology terminates at step 460.
  • Referring now to FIG. 5, a flow diagram illustrates a micro-cluster evolution analysis methodology, according to an embodiment of the present invention. The methodology begins at step 500. In step 510, a subtraction methodology is performed over the appropriate time horizon. In the subtraction methodology, the micro-cluster statistics for the previous time horizon are subtracted from the current micro-cluster statistics. In step 520, the methodology determines the evolution classification based on the subtracted statistics. For example, when a cluster group is present at time t1, but not present at time t2>t1, it means that the group has been deleted in the interval (t1, t2). On the other hand, if t1>t2, then it means that a new group has been created in the interval (t2, t1). The methodology terminates at step 530.
  • Accordingly, as described herein, the present invention provides an effective and efficient method for clustering large evolving data streams. The method has clear advantages over existing techniques, which try to cluster the whole stream at one time rather than viewing the stream as a changing process over time. The clustering model provides a wide variety of functionality in characterizing data stream clusters over different time horizons in an evolving environment. This is achieved through a careful division of labor between the online statistical data collection component and an offline analytical component. Thus, the methodology provides considerable flexibility to an analyst in a real-time and changing environment.
  • Although illustrative embodiments of the present invention have been described herein with reference to the accompanying drawings, it is to be understood that the invention is not limited to those precise embodiments, and that various other changes and modifications may be made by one skilled in the art without departing from the scope or spirit of the invention.

Claims (21)

1. A method of clustering data of a data stream comprising the steps of:
creating online statistics from the data stream in accordance with one or more groups of similar data points from the data stream, wherein the online statistics comprise lower-level clusters; and
performing offline processing of the online statistics through at least one re-clustering of the one or more groups of similar data points around at least one sampled pseudo-point to create higher-level clusters, when offline processing is one of required and desired.
2. The method of claim 1, further comprising the step of determining whether offline processing is one of required and desired.
3. The method of claim 1, wherein the step of creating online statistics comprises the steps of:
receiving a data point from the data stream; and
updating the online statistics from the data stream.
4. The method of claim 3, wherein the step of updating online statistics comprises the steps of:
finding a group of similar data points closest to the data point;
determining if a distance to the closest group is greater than a threshold;
creating a new group having the data point if the distance to the closest group is greater than the threshold;
adding the data point to the closest group if the distance to the closest group is less than the threshold; and
updating the statistics of the new group if created or closest group if the data point was added.
5. The method of claim 1, wherein the step of performing off-line processing comprises the steps of:
sampling a defined number of pseudo-points;
re-clustering the one or more groups of similar data points around the sampled pseudo-points;
determining if additional iterations of sampling and re-clustering are required;
redefining the sampled pseudo-points as centroids of the one or more re-clustered groups of data points if additional iterations are required, before re-clustering groups of data points around the redefined sampled pseudo-points; and
reporting clusters formed in the re-clustering.
6. The method of claim 1, wherein the step of performing off-line processing comprises the step of re-clustering lower level clusters.
7. The method of claim 1, wherein the step of performing offline processing comprises the step of utilizing the online statistics to monitor data stream evolution.
8. The method of claim 7, wherein the step of utilizing the online statistics to monitor data stream evolution comprises the step of comparing the online statistics at two different horizons.
9. The method of claim 7, wherein the step of utilizing the online statistics to monitor data stream evolution comprises the steps of:
subtracting online statistics over specified horizons; and
determining evolution classification based on subtracted statistics.
10. The method of claim 1, further comprising the step of storing online statistics at specific times depending upon a pyramidal distribution.
11. Apparatus for clustering data of data stream, the apparatus comprising:
a memory; and
at least one processor coupled to the memory and operative to: (i) create online statistics from the data stream in accordance with one or more groups of similar data points from the data stream, wherein the online statistics comprise lower-level clusters; and (ii) perform offline processing of the online statistics through at least one re-clustering of the one or more groups of similar data points around at least one sampled pseudo-point to create higher-level clusters, when offline processing is one of required and desired.
12. The apparatus of claim 11, wherein the at least one processor is further operative to determine whether offline processing is one of required and desired.
13. The apparatus of claim 11, wherein the operation of creating online statistics is operative to:
receive a data point from the data stream; and
update the online statistics from the data stream.
14. The apparatus of claim 13, wherein the operation of updating online statistics is operative to:
find a group of similar data points closest to the data point;
determine if a distance to the closest group is greater than a threshold;
create a new group having the data point if the distance to the closest group is greater than the threshold;
add the data point to the closest group if the distance to the closest group is less than the threshold; and
update the statistics of the new group if created or closest group if the data point was added.
15. The apparatus of claim 11, wherein the operation of performing off-line processing is operative to:
sample a defined number of pseudo-points;
re-cluster the one or more groups of similar data points around the sampled pseudo-points;
determine if additional iterations of sampling and re-clustering are required;
redefine the sampled pseudo-points as centroids of the one or more re-clustered groups of data points if additional iterations are required, before re-clustering groups of data points around the redefined sampled pseudo-points; and
report clusters formed in the re-clustering.
16. The apparatus of claim 11, wherein the operation of performing off-line processing is operative to re-cluster lower level clusters.
17. The apparatus of claim 11, wherein the operation of performing offline processing is operative to utilize the online statistics to monitor data stream evolution.
18. The apparatus of claim 17, wherein the operation of utilizing the online statistics to monitor data stream evolution is operative to compare the online statistics at two different horizons.
19. The apparatus of claim 17, wherein the operation of utilizing the online statistics to monitor data stream evolution is operative to:
subtract online statistics over specified horizons; and
determine evolution classification based on subtracted statistics.
20. The apparatus of claim 11, wherein the at least one processor is further operative to store online statistics at specific times depending upon a pyramidal distribution.
21. An article of manufacture for clustering data of a data stream, comprising a machine readable medium containing one or more programs which when executed implement the steps of:
creating online statistics from the data stream in accordance with one or more groups of similar data points from the data stream, wherein the online statistics comprise lower-level clusters; and
performing offline processing of the online statistics through at least one re-clustering of the one or more groups of similar data points around at least one sampled pseudo-point to create higher-level clusters, when offline processing is one of required and desired.
US11/755,473 2003-08-14 2007-05-30 Methods and Apparatus for Clustering Evolving Data Streams Through Online and Offline Components Abandoned US20070226209A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US11/755,473 US20070226209A1 (en) 2003-08-14 2007-05-30 Methods and Apparatus for Clustering Evolving Data Streams Through Online and Offline Components

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US10/641,951 US7353218B2 (en) 2003-08-14 2003-08-14 Methods and apparatus for clustering evolving data streams through online and offline components
US11/755,473 US20070226209A1 (en) 2003-08-14 2007-05-30 Methods and Apparatus for Clustering Evolving Data Streams Through Online and Offline Components

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US10/641,951 Continuation US7353218B2 (en) 2003-08-14 2003-08-14 Methods and apparatus for clustering evolving data streams through online and offline components

Publications (1)

Publication Number Publication Date
US20070226209A1 true US20070226209A1 (en) 2007-09-27

Family

ID=34136487

Family Applications (2)

Application Number Title Priority Date Filing Date
US10/641,951 Active 2025-05-15 US7353218B2 (en) 2003-08-14 2003-08-14 Methods and apparatus for clustering evolving data streams through online and offline components
US11/755,473 Abandoned US20070226209A1 (en) 2003-08-14 2007-05-30 Methods and Apparatus for Clustering Evolving Data Streams Through Online and Offline Components

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US10/641,951 Active 2025-05-15 US7353218B2 (en) 2003-08-14 2003-08-14 Methods and apparatus for clustering evolving data streams through online and offline components

Country Status (3)

Country Link
US (2) US7353218B2 (en)
JP (1) JP5089854B2 (en)
CN (1) CN100416560C (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110106772A1 (en) * 2009-04-27 2011-05-05 Takashi Kawamura Data processing apparatus, data processing method, program, and integrated circuit
US20120054184A1 (en) * 2010-08-24 2012-03-01 Board Of Regents, The University Of Texas System Systems and Methods for Detecting a Novel Data Class
CN104699702A (en) * 2013-12-09 2015-06-10 中国银联股份有限公司 Data mining and classifying method

Families Citing this family (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7739284B2 (en) 2005-04-20 2010-06-15 International Business Machines Corporation Method and apparatus for processing data streams
US7937269B2 (en) * 2005-08-22 2011-05-03 International Business Machines Corporation Systems and methods for providing real-time classification of continuous data streams
US7421452B2 (en) * 2006-06-14 2008-09-02 International Business Machines Corporation Method and apparatus for predicting future behavior of data streams
US8700579B2 (en) * 2006-09-18 2014-04-15 Infobright Inc. Method and system for data compression in a relational database
US8266147B2 (en) * 2006-09-18 2012-09-11 Infobright, Inc. Methods and systems for database organization
US8195734B1 (en) 2006-11-27 2012-06-05 The Research Foundation Of State University Of New York Combining multiple clusterings by soft correspondence
JP4990696B2 (en) * 2007-06-27 2012-08-01 株式会社日立製作所 Stream data processing method and stream data processing system
US20090171902A1 (en) * 2007-12-28 2009-07-02 Microsoft Corporation Life recorder
US8447726B2 (en) * 2009-09-22 2013-05-21 Emc Corporation Performance improvement of a capacity optimized storage system including a determiner
US8533318B2 (en) * 2009-10-06 2013-09-10 International Business Machines Corporation Processing and presenting multi-dimensioned transaction tracking data
US9195713B2 (en) * 2009-11-08 2015-11-24 Hewlett-Packard Development Company, L.P. Outlier data point detection
US8417727B2 (en) 2010-06-14 2013-04-09 Infobright Inc. System and method for storing data in a relational database
US8521748B2 (en) 2010-06-14 2013-08-27 Infobright Inc. System and method for managing metadata in a relational database
JPWO2012077748A1 (en) * 2010-12-09 2014-05-22 三洋電機株式会社 Clustering method, optimization method using the same, and power supply control device
CN102495938A (en) * 2011-10-19 2012-06-13 武汉科技大学 Method for realizing clustering and clustering boundary defining of real-time data streams with noise points
CN107315760B (en) * 2012-04-05 2021-01-26 微软技术许可有限责任公司 Platform for continuum map updates and computations
CN102693361B (en) * 2012-05-07 2014-11-26 北京航空航天大学 Drawing method for trend curve of large dataset
JP5946423B2 (en) * 2013-04-26 2016-07-06 インターナショナル・ビジネス・マシーンズ・コーポレーションInternational Business Machines Corporation System log classification method, program and system
US9411632B2 (en) 2013-05-30 2016-08-09 Qualcomm Incorporated Parallel method for agglomerative clustering of non-stationary data
WO2017123849A1 (en) * 2016-01-14 2017-07-20 Ab Initio Technology Llc Recoverable stream processing
US10496921B2 (en) 2016-05-03 2019-12-03 Fujitsu Limited Neural network mapping dictionary generation
US11461372B1 (en) 2021-03-18 2022-10-04 Bae Systems Information And Electronic Systems Integration Inc. Data clustering in logic devices using unsupervised learning

Citations (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5832182A (en) * 1996-04-24 1998-11-03 Wisconsin Alumni Research Foundation Method and system for data clustering for very large databases
US6026397A (en) * 1996-05-22 2000-02-15 Electronic Data Systems Corporation Data analysis system and method
US6134532A (en) * 1997-11-14 2000-10-17 Aptex Software, Inc. System and method for optimal adaptive matching of users to most relevant entity and information in real-time
US20020007364A1 (en) * 2000-05-02 2002-01-17 Mei Kobayashi Detecting and tracking new events/classes of documents in a data base
US6393460B1 (en) * 1998-08-28 2002-05-21 International Business Machines Corporation Method and system for informing users of subjects of discussion in on-line chats
US20030154072A1 (en) * 1998-03-31 2003-08-14 Scansoft, Inc., A Delaware Corporation Call analysis
US20040103013A1 (en) * 2002-11-25 2004-05-27 Joel Jameson Optimal scenario forecasting, risk sharing, and risk trading
US6765532B2 (en) * 2002-12-17 2004-07-20 Bae Systems Information And Electronic Systems Integration Inc. Wideband signal detection and tracking system
US6801917B2 (en) * 2001-11-13 2004-10-05 Koninklijke Philips Electronics N.V. Method and apparatus for partitioning a plurality of items into groups of similar items in a recommender of such items
US6895397B2 (en) * 2001-07-30 2005-05-17 Kabushiki Kaisha Toshiba Knowledge analysis system, knowledge analysis method, and knowledge analysis program product
US6915241B2 (en) * 2001-04-20 2005-07-05 Fraunhofer-Gesellschaft Zur Foerderung Der Angewandten Forschung E.V. Method for segmentation and identification of nonstationary time series
US7003509B2 (en) * 2003-07-21 2006-02-21 Leonid Andreev High-dimensional data clustering with the use of hybrid similarity matrices
US7089266B2 (en) * 2003-06-02 2006-08-08 The Board Of Trustees Of The Leland Stanford Jr. University Computer systems and methods for the query and visualization of multidimensional databases
US7143442B2 (en) * 2000-08-11 2006-11-28 British Telecommunications System and method of detecting events
US7162482B1 (en) * 2000-05-03 2007-01-09 Musicmatch, Inc. Information retrieval engine

Family Cites Families (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5257206A (en) * 1991-04-08 1993-10-26 Praxair Technology, Inc. Statistical process control for air separation process
US5627040A (en) * 1991-08-28 1997-05-06 Becton Dickinson And Company Flow cytometric method for autoclustering cells
US5765166A (en) * 1996-04-23 1998-06-09 Raytheon Company Use of symmetric multiprocessors for multiple hypothesis tracking
US6012058A (en) * 1998-03-17 2000-01-04 Microsoft Corporation Scalable system for K-means clustering of large databases
US6092072A (en) * 1998-04-07 2000-07-18 Lucent Technologies, Inc. Programmed medium for clustering large databases
US6006259A (en) * 1998-11-20 1999-12-21 Network Alchemy, Inc. Method and apparatus for an internet protocol (IP) network clustering system
US6564197B2 (en) * 1999-05-03 2003-05-13 E.Piphany, Inc. Method and apparatus for scalable probabilistic clustering using decision trees
JP3606556B2 (en) * 2000-05-16 2005-01-05 インターナショナル・ビジネス・マシーンズ・コーポレーション Information organizing method, information processing apparatus, storage medium, and program transmission apparatus
US6772375B1 (en) * 2000-12-22 2004-08-03 Network Appliance, Inc. Auto-detection of limiting factors in a TCP connection
US7194454B2 (en) * 2001-03-12 2007-03-20 Lucent Technologies Method for organizing records of database search activity by topical relevance
JP2002304400A (en) * 2001-04-03 2002-10-18 Ricoh Co Ltd Document sorting device
KR100518781B1 (en) * 2001-10-17 2005-10-06 한국과학기술원 The Devices and Methods for Hyper-rectangle Based Multidimensional Data Segmentation and Clustering
KR100483321B1 (en) * 2001-10-17 2005-04-15 한국과학기술원 The Device and Method for Similarity Search Using Hyper-rectangle Based Multidimensional Data Segmentation
CN1288560C (en) * 2001-11-05 2006-12-06 诺基亚有限公司 Partially filling block interleaver for a communication system
US7490116B2 (en) * 2003-01-23 2009-02-10 Verdasys, Inc. Identifying history of modification within large collections of unstructured data
US7557805B2 (en) * 2003-04-01 2009-07-07 Battelle Memorial Institute Dynamic visualization of data streams

Patent Citations (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5832182A (en) * 1996-04-24 1998-11-03 Wisconsin Alumni Research Foundation Method and system for data clustering for very large databases
US6026397A (en) * 1996-05-22 2000-02-15 Electronic Data Systems Corporation Data analysis system and method
US6134532A (en) * 1997-11-14 2000-10-17 Aptex Software, Inc. System and method for optimal adaptive matching of users to most relevant entity and information in real-time
US20030154072A1 (en) * 1998-03-31 2003-08-14 Scansoft, Inc., A Delaware Corporation Call analysis
US6393460B1 (en) * 1998-08-28 2002-05-21 International Business Machines Corporation Method and system for informing users of subjects of discussion in on-line chats
US20020007364A1 (en) * 2000-05-02 2002-01-17 Mei Kobayashi Detecting and tracking new events/classes of documents in a data base
US7162482B1 (en) * 2000-05-03 2007-01-09 Musicmatch, Inc. Information retrieval engine
US7143442B2 (en) * 2000-08-11 2006-11-28 British Telecommunications System and method of detecting events
US6915241B2 (en) * 2001-04-20 2005-07-05 Fraunhofer-Gesellschaft Zur Foerderung Der Angewandten Forschung E.V. Method for segmentation and identification of nonstationary time series
US6895397B2 (en) * 2001-07-30 2005-05-17 Kabushiki Kaisha Toshiba Knowledge analysis system, knowledge analysis method, and knowledge analysis program product
US6801917B2 (en) * 2001-11-13 2004-10-05 Koninklijke Philips Electronics N.V. Method and apparatus for partitioning a plurality of items into groups of similar items in a recommender of such items
US20040103013A1 (en) * 2002-11-25 2004-05-27 Joel Jameson Optimal scenario forecasting, risk sharing, and risk trading
US6765532B2 (en) * 2002-12-17 2004-07-20 Bae Systems Information And Electronic Systems Integration Inc. Wideband signal detection and tracking system
US7089266B2 (en) * 2003-06-02 2006-08-08 The Board Of Trustees Of The Leland Stanford Jr. University Computer systems and methods for the query and visualization of multidimensional databases
US7003509B2 (en) * 2003-07-21 2006-02-21 Leonid Andreev High-dimensional data clustering with the use of hybrid similarity matrices

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110106772A1 (en) * 2009-04-27 2011-05-05 Takashi Kawamura Data processing apparatus, data processing method, program, and integrated circuit
US8595233B2 (en) 2009-04-27 2013-11-26 Panasonic Corporation Data processing apparatus, data processing method, program, and integrated circuit
US20120054184A1 (en) * 2010-08-24 2012-03-01 Board Of Regents, The University Of Texas System Systems and Methods for Detecting a Novel Data Class
US9165051B2 (en) * 2010-08-24 2015-10-20 Board Of Trustees Of The University Of Illinois Systems and methods for detecting a novel data class
CN104699702A (en) * 2013-12-09 2015-06-10 中国银联股份有限公司 Data mining and classifying method

Also Published As

Publication number Publication date
US20050038769A1 (en) 2005-02-17
JP5089854B2 (en) 2012-12-05
CN1581166A (en) 2005-02-16
US7353218B2 (en) 2008-04-01
JP2005100363A (en) 2005-04-14
CN100416560C (en) 2008-09-03

Similar Documents

Publication Publication Date Title
US20070226209A1 (en) Methods and Apparatus for Clustering Evolving Data Streams Through Online and Offline Components
US7970772B2 (en) Methods and apparatus for data stream clustering for abnormality monitoring
US6684206B2 (en) OLAP-based web access analysis method and system
Khalilian et al. Data stream clustering by divide and conquer approach based on vector model
Aggarwal et al. A framework for on-demand classification of evolving data streams
Toshniwal Clustering techniques for streaming data-a survey
Gan et al. Moment-based quantile sketches for efficient high cardinality aggregation queries
US20060282425A1 (en) Method and apparatus for processing data streams
US7890510B2 (en) Method and apparatus for analyzing community evolution in graph data streams
US8005839B2 (en) Method and apparatus for aggregation in uncertain data
US7873669B2 (en) Direct write back systems and methodologies
Gama et al. Data stream processing
US10642810B2 (en) Unbiased space-saving data sketches for estimating disaggregated subset sums and estimating frequent items
US7487167B2 (en) Apparatus for dynamic classification of data in evolving data stream
Cuzzocrea et al. Approximate range–sum query answering on data cubes with probabilistic guarantees
Gan et al. Coopstore: Optimizing precomputed summaries for aggregation
Aggarwal et al. On clustering massive data streams: a summarization paradigm
US11061916B1 (en) Computing approximate distinct counts for large datasets
Aggarwal Data streams: An overview and scientific applications
Gothwal et al. The survey on skyline query processing for data-specific applications
Singh et al. Knowledge based retrieval scheme from big data for aviation industry
Brönnimann et al. Efficient data-reduction methods for on-line association rule discovery
Sadik et al. In pursuit of outliers in multi-dimensional data streams
Ankleshwaria et al. Mining Data Streams: A Survey
Ahsani et al. Improvement of CluStream algorithm using sliding window for the clustering of data streams

Legal Events

Date Code Title Description
STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION