Initialize_KWSP: Select k well spread points from X

Description Usage Arguments Value Examples

View source: R/2_buildSOM.R

Description

Select k well spread points from X

Usage

1
Initialize_KWSP(X, xdim, ydim)

Arguments

X

matrix in which each row represents a point

xdim

x dimension of the grid

ydim

y dimension of the grid

Value

array containing the selected selected rows

Examples

1
2
points <- matrix(1:1000, ncol = 10)
selection <- Initialize_KWSP(points, 3, 3)

FlowSOM documentation built on Nov. 8, 2020, 6:40 p.m.