Related Experiment Video
Updated: Jun 19, 2026

07:35
Selecting Multiple Biomarker Subsets with Similarly Effective Binary Classification Performances
Published on: October 11, 2018
Best-first search-based approach for mining top-k closed frequent itemsets from uncertain databases
Nguyen Le1, Huy Vo1, Thien Nguyen2
1Faculty of Information Technology, Ton Duc Thang University, Ho Chi Minh City, Vietnam.
Plos One
|June 17, 2026
Summary
This study introduces TUFCI, a novel algorithm for efficient uncertain data mining. TUFCI significantly speeds up the discovery of top-k closed frequent itemsets from uncertain databases.
Area of Science:
- Data Mining
- Database Systems
- Machine Learning
Background:
- Data mining from uncertain data sources is crucial.
- Mining top-k closed frequent itemsets is computationally intensive due to probabilistic support evaluation and large search spaces.
- Existing depth-first search (DFS) methods often discover patterns late, leading to inefficient pruning and closure verification.
Purpose of the Study:
- To propose TUFCI, a best-first-search algorithm for mining top-k closed frequent itemsets from uncertain databases.
- To improve the efficiency and reduce the computational cost of uncertain data mining.
- To enable early discovery of strong patterns and safe termination.
Main Methods:
- TUFCI employs a best-first-search strategy using a priority queue.
- Candidates are explored in descending order of probabilistic support.
- Support-ordered exploration enhances closure checking by prioritizing supersets likely to violate the closure property.
Main Results:
- TUFCI significantly outperforms DFS-based algorithms in terms of runtime.
- The number of closure checks is substantially reduced, particularly on dense datasets.
- Early discovery of strong patterns leads to rapid threshold elevation and safe early termination.
Conclusions:
- TUFCI offers a more efficient approach to mining top-k closed frequent itemsets from uncertain databases.
- The best-first-search strategy effectively prunes the search space and reduces redundant computations.
- This method provides a significant advancement for handling large-scale uncertain data.
Related Concept Videos
Uncertainty: Confidence Intervals
The confidence interval is the range of values around the mean that contains the true mean. It is expressed as a probability percentage. The interpretation of a 95% confidence interval, for instance, is that the statistician is 95% confident that the true mean falls within the interval. The upper and lower limits of this range are known as confidence limits. The confidence limits for the true mean are estimated from the sample's mean, the standard deviation, and the statistical factor 't,' or...
Unusual Results
Unusual results are those that have a very low chance of occurring. Unusual results can be identified using probabilities and the range rule of thumb. In problems involving probability, unusual results can be observed in 2 instances – an unusually high number of successes or an unusually low number of successes.
According to the range rule of thumb, any value above or below two standard deviations, 2σ from the mean, μ is considered unusual.
Maximum unusual value = μ + 2σ
Minimum unusual value...
According to the range rule of thumb, any value above or below two standard deviations, 2σ from the mean, μ is considered unusual.
Maximum unusual value = μ + 2σ
Minimum unusual value...
