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.
|
getColumnIDs
private 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 © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.