public class BiclusterWithInversionsModel extends BiclusterModel
| Modifier and Type | Field and Description |
|---|---|
private DBIDs |
invertedRows
The ids of inverted rows.
|
| Constructor and Description |
|---|
BiclusterWithInversionsModel(int[] colIDs,
DBIDs invertedRows) |
| Modifier and Type | Method and Description |
|---|---|
DBIDs |
getInvertedRows()
Provides a copy of the inverted column IDs.
|
void |
setInvertedRows(DBIDs invertedRows)
Sets the ids of the inverted rows.
|
getColumnIDsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwriteToTextprivate DBIDs invertedRows
public BiclusterWithInversionsModel(int[] colIDs,
DBIDs invertedRows)
colIDs - Col IDspublic void setInvertedRows(DBIDs invertedRows)
invertedRows - the ids of the inverted rowspublic DBIDs getInvertedRows()
Copyright © 2019 ELKI Development Team. License information.