Initialize_KWSP {FlowSOM} | R Documentation |
Select k well spread points from X
Initialize_KWSP(X, xdim, ydim)
X |
matrix in which each row represents a point |
xdim |
x dimension of the grid |
ydim |
y dimension of the grid |
array containing the selected selected rows
points <- matrix(1:1000, ncol = 10) selection <- Initialize_KWSP(points, 3, 3)