Uses of Class
elki.clustering.biclustering.ChengAndChurch.BiclusterCandidate
-
Packages that use ChengAndChurch.BiclusterCandidate Package Description elki.clustering.biclustering Biclustering algorithms. -
-
Uses of ChengAndChurch.BiclusterCandidate in elki.clustering.biclustering
Methods in elki.clustering.biclustering with parameters of type ChengAndChurch.BiclusterCandidate Modifier and Type Method 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:
-