mskmeans(data,k=2)
data
. For k=2, that is a numeric vector of the same length as input data
, containing values 0
(representing a 'low' value) and 1
(respresenting a 'high' value).binarize.array
. Calculates k-means (default k=2 gives binarization) classification around maximally-separated data points