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.CellVisitorChengAndChurch.BiclusterCandidate. MEANVISITORVisitor for updating the means.Methods in elki.clustering.biclustering with parameters of type ChengAndChurch.CellVisitor Modifier and Type Method Description protected voidChengAndChurch.BiclusterCandidate. visitAll(double[][] mat, int mode, ChengAndChurch.CellVisitor visitor)Visit all selected cells in the data matrix.protected voidChengAndChurch.BiclusterCandidate. visitColumn(double[][] mat, int col, int mode, ChengAndChurch.CellVisitor visitor)Visit a column of the matrix.protected voidChengAndChurch.BiclusterCandidate. visitRow(double[][] mat, int row, int mode, ChengAndChurch.CellVisitor visitor)Visit a row of the data matrix.
-