Uses of Interface
elki.clustering.biclustering.ChengAndChurch.CellVisitor
-
Packages that use ChengAndChurch.CellVisitor Package Description elki.clustering.biclustering Biclustering algorithms. -
-
Uses of ChengAndChurch.CellVisitor in elki.clustering.biclustering
Fields in elki.clustering.biclustering declared as ChengAndChurch.CellVisitor Modifier and Type Field Description private ChengAndChurch.CellVisitor
ChengAndChurch.BiclusterCandidate. MEANVISITOR
Visitor for updating the means.Methods in elki.clustering.biclustering with parameters of type ChengAndChurch.CellVisitor Modifier and Type Method Description protected void
ChengAndChurch.BiclusterCandidate. visitAll(double[][] mat, int mode, ChengAndChurch.CellVisitor visitor)
Visit all selected cells in the data matrix.protected void
ChengAndChurch.BiclusterCandidate. visitColumn(double[][] mat, int col, int mode, ChengAndChurch.CellVisitor visitor)
Visit a column of the matrix.protected void
ChengAndChurch.BiclusterCandidate. visitRow(double[][] mat, int row, int mode, ChengAndChurch.CellVisitor visitor)
Visit a row of the data matrix.
-