Description Usage Arguments Value See Also Examples
View source: R/outlier_distance.R
odin
returns the ODIN Outlier score for every observation in the given
data_matrix. The in-degree of the KNN graph of an observation is used as
outlier score.
1 | odin(data_matrix, k)
|
data_matrix |
numeric Matrix containing data the outlier score is calculated for. Rows are treated as observations, columns as features. |
k |
Number. Neighbourhood-size used to calculate outlier scores. |
List of outlier scores. The score at position x belongs to the observation given in row x of the original data_matrix.
https://elki-project.github.io/releases/release0.7.5/javadoc/de/lmu/ifi/dbs/elki/algorithm/outlier/distance/ODIN.html for ELKI documentation.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.