Detect the differences between two datasets, focusing on the input attributes (x
,
xnoise
), the output class (y
, ynoise
) or both depending on the type of
the model (label, attributes, combined).
findnoise(x, y, xnoise, ynoise, model)
A list with four elements:
an integer vector with the amount of noisy samples per variable.
an integer vector list with the indices of noisy samples per variable.
an integer vector with the amount of clean samples per variable.
an integer vector list with the indices of clean samples per variable.
a data frame of input attributes (clean dataset).
a factor vector with the output class of each sample (clean dataset).
a data frame of input attributes (noisy dataset).
a factor vector with the output class of each sample (noisy dataset).
a character with the name of the noise model.