vix.ing · top · new · best · stats · spec

RIn-CloseCVC2: an even more efficient enumerative algorithm for biclustering of numerical datasets

2018/10/17 by Rosana Veroneze, Veroneze, Rosana, Fernando J. Von Zuben +1
Computer Science · #Data Management and Algorithms #Data Mining Algorithms and Applications #FOS: Computer and information sciences #Machine Learning (cs.LG) #Machine Learning (stat.ML) #Rough Sets and Fuzzy Logic

paper · pdf · doi:10.48550/arxiv.1810.07725

openalex publication_date 2018/10/17 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28

Abstract

RIn-CloseCVC is an efficient (take polynomial time per bicluster), complete (find all maximal biclusters), correct (all biclusters attend the user-defined level of consistency) and non-redundant (all the obtained biclusters are maximal and the same bicluster is not enumerated more than once) enumerative algorithm for mining maximal biclusters with constant values on columns in numerical datasets. Despite RIn-CloseCVC has all these outstanding properties, it has a high computational cost in terms of memory usage because it must keep a symbol table in memory to prevent a maximal bicluster to be found more than once. In this paper, we propose a new version of RIn-CloseCVC, named RIn-CloseCVC2, that does not use a symbol table to prevent redundant biclusters, and keeps all these four properties. We also prove that these algorithms actually possess these properties. Experiments are carried out with synthetic and real-world datasets to compare RIn-CloseCVC and RIn-CloseCVC2 in terms of memory usage and runtime. The experimental results show that RIn-CloseCVC2 brings a large reduction in memory usage and, in average, significant runtime gain when compared to its predecessor.

Citations

Related