Description Usage Arguments Value See Also Examples
kdeos
returns the KDEOF Outlier score for every observation in the given
data_matrix. Kernel density estimation in
combination with LOF is used to calculate outlier score.
1 2 3 4 5 6 7 8 |
data_matrix |
numeric Matrix containing data the outlier score is calculated for. Rows are treated as observations, columns as features. |
k_min |
Number. Minimum Neighbourhood-size used to calculate outlier scores. |
k_max |
Number. Maximum Neighbourhood-size used to calculate outlier scores. Defaults to k_min |
kernel_scale |
Number. Kernel scaling parameter. If NA, ELKI's default is used (0.25). |
min_bandwidth |
Number. Minimum bandwidth for kernel density estimation. If NA, ELKI's default is used (0). |
idim |
Number. Intrinsic dimensionality of this data set. If NA, ELKI's default is used (-1, implies using true data dimensionality). |
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/lof/KDEOS.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.