Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Concept Videos

Multiple Comparison Tests01:13

Multiple Comparison Tests

3.8K
Multiple comparison test, abbreviated as MCT, is a post hoc analysis generally performed after comparing multiple samples with one or more tests. An MCT will help identify a significantly different sample among multiple samples or a factor among multiple factors.
It would be easy to compare two samples using a significance alpha level of 0.05. In other words, there is only one sample pair to be compared. However, it would be difficult to identify a significantly different sample if the number...
3.8K
Kendall's Tau Test01:16

Kendall's Tau Test

516
Kendall's tau test, also known as the Kendall rank coefficient test, is a nonparametric method for assessing association between two variables. This test is particularly useful for identifying significant correlations when the distributions of the sample and population are unknown. Developed in 1938 by the British statistician Sir Maurice George Kendall, the tau coefficient (denoted as τ) serves as a rank correlation coefficient, with values ranging from -1 to +1.
A τ value...
516
Wilcoxon Signed-Ranks Test for Matched Pairs01:09

Wilcoxon Signed-Ranks Test for Matched Pairs

57
The Wilcoxon signed-rank test for matched pairs evaluates the null hypothesis by combining the ranks of differences with their signs. It essentially tests whether the median of the differences in a population of matched pairs is zero. Since the test incorporates more information than the sign test, it generally yields more trustable conclusions. This test also does not require the data to follow a normal distribution, but two conditions must be met for it to be applicable: (1) the data must...
57
Cluster Sampling Method01:20

Cluster Sampling Method

11.5K
Appropriate sampling methods ensure that samples are drawn without bias and accurately represent the population. Because measuring the entire population in a study is not practical, researchers use samples to represent the population of interest.
To choose a cluster sample, divide the population into clusters (groups) and then randomly select some of the clusters. All the members from these clusters are in the cluster sample. For example, if you randomly sample four departments from your...
11.5K
Sign Test for Matched Pairs01:17

Sign Test for Matched Pairs

60
The sign test for matched pairs offers a robust method for comparing two paired samples, often for the effects of an intervention in one of them. This method is very useful in situations where the underlying distribution of the data is unknown. The test compares two related samples—often pre- and post-treatment measurements on the same subjects—to determine if there are significant differences in their median values.
To conduct the sign test, we first calculate the differences in...
60
Sampling Theorem01:15

Sampling Theorem

244
In signal processing, the analysis of continuous-time signals, denoted as x(t), often involves sampling techniques to convert these signals into discrete-time signals. This process is essential for digital representation and manipulation. A critical component in sampling is the train of impulses, characterized by the sampling interval and the sampling frequency. The relationship between these parameters and the original signal's properties dictates the success of the sampling process.
244

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

A Link is not Enough - Reproducibility of Data.

Datenbank-Spektrum : Zeitschrift fur Datenbanktechnologie : Organ der Fachgruppe Datenbanken der Gesellschaft fur Informatik e.V·2019
See all related articles

Related Experiment Video

Updated: May 8, 2025

Visualization and Quantification of High-Dimensional Cytometry Data using Cytofast and the Upstream Clustering Methods FlowSOM and Cytosplore
06:01

Visualization and Quantification of High-Dimensional Cytometry Data using Cytofast and the Upstream Clustering Methods FlowSOM and Cytosplore

Published on: December 12, 2019

8.4K

SWOOP: top-k similarity joins over set streams.

Willi Mann1, Nikolaus Augsten2, Christian S Jensen3

  • 1Celonis SE, Munich, Germany.

The VLDB Journal : Very Large Data Bases : a Publication of the VLDB Endowment
|December 26, 2024
PubMed
Summary

We introduce SWOOP, a scalable stream join algorithm for finding similar sets in real-time data streams. SWOOP efficiently updates top-k results by maintaining a minimal set of similar pairs, outperforming existing methods.

Keywords:
Set similarityStreaming dataTop-k similarity join

More Related Videos

Selecting Multiple Biomarker Subsets with Similarly Effective Binary Classification Performances
07:35

Selecting Multiple Biomarker Subsets with Similarly Effective Binary Classification Performances

Published on: October 11, 2018

7.4K
Author Spotlight: Alignment of Synchronized Time-Series Data Using the Characterizing Loss of Cell Cycle Synchrony Model for Cross-Experiment Comparisons
07:59

Author Spotlight: Alignment of Synchronized Time-Series Data Using the Characterizing Loss of Cell Cycle Synchrony Model for Cross-Experiment Comparisons

Published on: June 9, 2023

1.3K

Related Experiment Videos

Last Updated: May 8, 2025

Visualization and Quantification of High-Dimensional Cytometry Data using Cytofast and the Upstream Clustering Methods FlowSOM and Cytosplore
06:01

Visualization and Quantification of High-Dimensional Cytometry Data using Cytofast and the Upstream Clustering Methods FlowSOM and Cytosplore

Published on: December 12, 2019

8.4K
Selecting Multiple Biomarker Subsets with Similarly Effective Binary Classification Performances
07:35

Selecting Multiple Biomarker Subsets with Similarly Effective Binary Classification Performances

Published on: October 11, 2018

7.4K
Author Spotlight: Alignment of Synchronized Time-Series Data Using the Characterizing Loss of Cell Cycle Synchrony Model for Cross-Experiment Comparisons
07:59

Author Spotlight: Alignment of Synchronized Time-Series Data Using the Characterizing Loss of Cell Cycle Synchrony Model for Cross-Experiment Comparisons

Published on: June 9, 2023

1.3K

Area of Science:

  • Computer Science
  • Data Mining
  • Database Systems

Background:

  • Real-time data streams generate vast amounts of data, necessitating efficient methods for analyzing set similarity.
  • Applications like social media analysis require continuous identification of similar sets (e.g., tweet word sets).
  • Sliding window models are crucial for processing dynamic stream data, but managing top-k similar pairs presents challenges.

Purpose of the Study:

  • To develop an efficient and scalable algorithm for discovering similar set pairs in rapid data streams.
  • To address the dynamic nature of top-k results as data enters and leaves a sliding window.
  • To improve upon existing stream join algorithms in terms of supported data rates.

Main Methods:

  • Proposed SWOOP (Stream Window Optimized Pairwise), a novel stream join algorithm.
  • Utilized advanced indexing techniques and sophisticated filters to prune irrelevant pairs.
  • Implemented an incremental approach to maintain a provably minimal stock of similar pairs.
  • Employed a sliding window model to manage the dynamic data stream.

Main Results:

  • SWOOP demonstrates high scalability, supporting significantly faster stream rates than existing approaches.
  • The algorithm efficiently prunes obsolete pairs, reducing computational overhead.
  • SWOOP incrementally maintains the necessary similar pairs to ensure accurate top-k result updates.
  • Empirical studies validate the superior performance of SWOOP.

Conclusions:

  • SWOOP provides an efficient and scalable solution for real-time similar set pair discovery in data streams.
  • The algorithm's novel techniques effectively handle the dynamic updates required by sliding window models.
  • SWOOP significantly advances the state-of-the-art in stream join processing for similarity analysis.