View source: R/metricsAnalysis.R
getMetricRangeByCluster | R Documentation |
Obtains the ranges of the metrics obtained by each optimal cluster.
getMetricRangeByCluster(df, k.range, bs, seed)
df |
Input data frame. The first column denotes the identifier of the evaluated individuals. The remaining columns contain the metrics used to evaluate the individuals. Rows with NA values will be ignored. |
k.range |
Range of k values in which the optimal k will be searched |
bs |
Bootstrap re-sample param. |
seed |
Random seed to be used. |
A dataframe including the min and the max value for each pair (metric, cluster).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.