Class BiclusterWithInversionsModel

  • All Implemented Interfaces:
    Model

    public class BiclusterWithInversionsModel
    extends BiclusterModel
    This code was factored out of the Bicluster class, since not all biclusters have inverted rows.
    Since:
    0.2
    Author:
    Erich Schubert
    • Field Detail

      • invertedRows

        private DBIDs invertedRows
        The ids of inverted rows.
    • Constructor Detail

      • BiclusterWithInversionsModel

        public BiclusterWithInversionsModel​(int[] colIDs,
                                            DBIDs invertedRows)
        Parameters:
        colIDs - Col IDs
    • Method Detail

      • setInvertedRows

        public void setInvertedRows​(DBIDs invertedRows)
        Sets the ids of the inverted rows.
        Parameters:
        invertedRows - the ids of the inverted rows
      • getInvertedRows

        public DBIDs getInvertedRows()
        Provides a copy of the inverted column IDs.
        Returns:
        a copy of the inverted column IDs.