checkDuplicatedInstances: Checks the feature data set for duplicated instances.

View source: R/checkDuplicatedInstances.R

checkDuplicatedInstancesR Documentation

Checks the feature data set for duplicated instances.

Description

Potentially duplicated instances are detected by grouping all instances with equal feature vectors.

Usage

checkDuplicatedInstances(asscenario)

Arguments

asscenario

[ASScenario]
Algorithm selection scenario.

Value

[list of character]. List of instance id vectors where corresponding feature vectors are the same. Only groups of at least 2 elements are returned.


aslib documentation built on Aug. 25, 2022, 9:09 a.m.