Description Usage Arguments Details Value Author(s)
Performs k-means clustering with initialization of centroids to partition data points around the data points with greatest magnitude difference
1 |
data |
Numeric data input vector used to generate binary output |
k |
Number of clusters |
Function called by binarize.array
. Calculates k-means (default k=2 gives binarization) classification around maximally-separated data points
Discretized representation of 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).
Ed Curry e.curry@imperial.ac.uk
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.