paper-with-me

홈 › Papers

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

2018-10-17 · Rosana Veroneze, Fernando J. Von Zuben

RIn-Close_CVC 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-Close_CVC 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-Close_CVC, named RIn-Close_CVC2, 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-Close_CVC and RIn-Close_CVC2 in terms of memory usage and runtime. The experimental results show that RIn-Close_CVC2 brings a large reduction in memory usage and, in average, significant runtime gain when compared to its predecessor.

📄 PDF Abstract BibTeX arXiv:1810.07725

Code (0)

등록된 구현이 없습니다.

Tasks

All

Similar Papers 제목 키워드 기반

New advances in enumerative biclustering algorithms with online partitioning

2020-03-07 · Rosana Veroneze, Fernando J. Von Zuben

This paper further extends RIn-Close_CVC, a biclustering algorithm capable of performing an efficient, complete, correct and non-redundant enumeration of maximal biclusters with constant values on columns in numerical da…

AttributeDescriptiveMissing Values

On bicluster aggregation and its benefits for enumerative solutions

2015-06-02 · Saullo Haniell Galvão de Oliveira, Rosana Veroneze, Fernando José Von Zuben

Biclustering involves the simultaneous clustering of objects and their attributes, thus defining local two-way clustering models. Recently, efficient algorithms were conceived to enumerate all biclusters in real-valued d…

Clustering

MOCICE-BCubed F$_1$: A New Evaluation Measure for Biclustering Algorithms

2015-12-01 · Henry Rosales-Méndez, Yunior Ramírez-Cruz

The validation of biclustering algorithms remains a challenging task, even though a number of measures have been proposed for evaluating the quality of these algorithms. Although no criterion is universally accepted as t…

Biclustering Using Message Passing

2014-12-01 · NeurIPS 2014 12 · Luke O'Connor, Soheil Feizi

Biclustering is the analog of clustering on a bipartite graph. Existent methods infer biclusters through local search strategies that find one cluster at a time; a common technique is to update the row memberships based …

Clusteringglobal-optimization

Towards a Unified Taxonomy of Biclustering Methods

2017-02-17 · Dmitry I. Ignatov, Bruce W. Watson

Being an unsupervised machine learning and data mining technique, biclustering and its multimodal extensions are becoming popular tools for analysing object-attribute data in different domains. Apart from conventional cl…

AttributeClusteringSurvey