View source: R/metricsAnalysis.R
getRSKCL1Boundry | R Documentation |
Computes the L1 boundry for an RSKC cbi execution.
getRSKCL1Boundry(df, k, seed = NULL)
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 |
K value (number of clusters) |
seed |
Random seed to be used. |
A single L1 bound on weights (the feature weights), see RSKC
.
data("ontMetrics")
l1_boundry = getRSKCL1Boundry(ontMetrics, k=3, seed=100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.