Description Usage Arguments Value See Also Examples
Compute outlying measures based on a proximity matrix.
1 2 3 4 |
x |
a proximity matrix (a square matrix with 1 on the diagonal
and values between 0 and 1 in the off-diagonal positions); or an object of
class |
cls |
the classes the rows in the proximity matrix belong to. If not given, all data are assumed to come from the same class. |
... |
arguments for other methods. |
A numeric vector containing the outlying measures. The outlying measure of a case is computed as n / sum(squared proximity), normalized by subtracting the median and divided by the MAD, within each class.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.