Package elki.data.model
Class BiclusterModel
- java.lang.Object
-
- elki.data.model.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
-
-
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
-
Methods inherited from interface elki.data.model.Model
writeToText
-
-