checkDuplicatedInstances: 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)
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.
Arguments
- asscenario
[ASScenario
]
Algorithm selection scenario.