Class ChengAndChurch

  • All Implemented Interfaces:
    elki.Algorithm, ClusteringAlgorithm<Clustering<BiclusterWithInversionsModel>>

    @Reference(authors="Y. Cheng, G. M. Church",
               title="Biclustering of expression data",
               booktitle="Proc. 8th Int. Conf. on Intelligent Systems for Molecular Biology (ISMB)",
               url="http://www.aaai.org/Library/ISMB/2000/ismb00-010.php",
               bibkey="DBLP:conf/ismb/ChengC00")
    public class ChengAndChurch
    extends AbstractBiclustering<BiclusterWithInversionsModel>
    Cheng and Church biclustering.

    Reference:

    Y. Cheng and G. M. Church.
    Biclustering of expression data.
    Proc. 8th Int. Conf. on Intelligent Systems for Molecular Biology (ISMB)

    Since:
    0.6.0
    Author:
    Erich Schubert
    • Constructor Detail

      • ChengAndChurch

        public ChengAndChurch​(double delta,
                              double alpha,
                              int n,
                              elki.math.statistics.distribution.Distribution dist,
                              elki.utilities.random.RandomFactory rnd)
        Constructor.
        Parameters:
        delta - Delta parameter: desired quality
        alpha - Alpha parameter: controls switching to single node deletion approach
        n - Number of clusters to detect
        dist - Distribution of random values to insert
        rnd - Random factory