getRSKCL1Boundry: Computes L1 boundry getRSKCL1Boundry

View source: R/metricsAnalysis.R

getRSKCL1BoundryR Documentation

Computes L1 boundry getRSKCL1Boundry

Description

Computes the L1 boundry for an RSKC cbi execution.

Usage

getRSKCL1Boundry(df, k, seed = NULL)

Arguments

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.

Value

A single L1 bound on weights (the feature weights), see RSKC.

Examples

data("ontMetrics")
l1_boundry = getRSKCL1Boundry(ontMetrics, k=3, seed=100)


neobernad/evaluomeR documentation built on July 25, 2024, 9:02 a.m.