Package | Description |
---|---|
de.lmu.ifi.dbs.elki.algorithm.clustering.biclustering |
Biclustering algorithms.
|
de.lmu.ifi.dbs.elki.data.model |
Cluster models classes for various algorithms.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractBiclustering<V extends NumberVector,M extends BiclusterModel>
Abstract class as a convenience for different biclustering approaches.
|
Modifier and Type | Method and Description |
---|---|
protected Cluster<BiclusterModel> |
AbstractBiclustering.defineBicluster(BitSet rows,
BitSet cols)
Defines a Bicluster as given by the included rows and columns.
|
protected Cluster<BiclusterModel> |
AbstractBiclustering.defineBicluster(long[] rows,
long[] cols)
Defines a Bicluster as given by the included rows and columns.
|
Modifier and Type | Class and Description |
---|---|
class |
BiclusterWithInversionsModel
This code was factored out of the Bicluster class, since not all biclusters
have inverted rows.
|
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.