Package | Description |
---|---|
de.lmu.ifi.dbs.elki.algorithm.clustering.biclustering |
Biclustering algorithms.
|
Modifier and Type | Method and Description |
---|---|
private void |
ChengAndChurch.multipleNodeDeletion(double[][] mat,
ChengAndChurch.BiclusterCandidate cand)
Algorithm 2 of Cheng and Church.
|
private void |
ChengAndChurch.nodeAddition(double[][] mat,
ChengAndChurch.BiclusterCandidate cand)
Algorithm 3 of Cheng and Church.
|
private void |
ChengAndChurch.singleNodeDeletion(double[][] mat,
ChengAndChurch.BiclusterCandidate cand)
Algorithm 1 of Cheng and Church:
Remove single rows or columns.
|
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.