Class BiclusterModel

  • All Implemented Interfaces:
    Model
    Direct Known Subclasses:
    BiclusterWithInversionsModel

    public class BiclusterModel
    extends java.lang.Object
    implements Model
    Wrapper class to provide the basic properties of a Bicluster.
    Since:
    0.6.0
    Author:
    Arthur Zimek
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int[] colIDs
      The column numbers included in the Bicluster.
      • Fields inherited from interface elki.data.model.Model

        TYPE
    • Constructor Summary

      Constructors 
      Constructor Description
      BiclusterModel​(int[] colIDs)
      Defines a new Bicluster for given parameters.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int[] getColumnIDs()
      Provides a copy of the column IDs contributing to the Bicluster.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • colIDs

        private int[] colIDs
        The column numbers included in the Bicluster.
    • Constructor Detail

      • BiclusterModel

        public BiclusterModel​(int[] colIDs)
        Defines a new Bicluster for given parameters.
        Parameters:
        colIDs - the numbers of the columns included in the Bicluster
    • Method Detail

      • getColumnIDs

        public int[] getColumnIDs()
        Provides a copy of the column IDs contributing to the Bicluster.
        Returns:
        a copy of the columnsIDs