Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 3 of 3 found.
[1] < 1 > [1]  Sort:

lof (Package: Rlof) : Local Outlier Factor

A function that finds the local outlier factor (Breunig et al.,2000) of the matrix "data" using k neighbours. The local outlier factor (LOF) is a measure of outlierness that is calculated for each observation. The user decides whether or not an observation will be considered an outlier based on this measure. The LOF takes into consideration the density of the neighbourhood around the observation to determine its outlierness. This is a faster implementation of LOF by using a different data structure and distance calculation function compared to lofactor() function available in dprep package. It also supports multiple k values to be calculated in parallel, as well as various distance measures besides the default Euclidean distance.
● Data Source: CranContrib
● Keywords: Rlof, lof
● Alias: lof
● 0 images

Rlof-package (Package: Rlof) :

R parallel implementation of Local Outlier Factor(LOF) which uses multiple CPUs to significantly speed up the LOF computation for large datasets. (Note: The overall performance depends on the computers especially the number of the cores).It also supports multiple k values to be calculated in parallel, as well as various distance measures in addition to the default Euclidean distance.
● Data Source: CranContrib
● Keywords: package
● Alias: Rlof, Rlof-package
● 0 images

distmc (Package: Rlof) : Distance Matrix Computation with multi-threads

This function is similar to dist() in stats, with additional support of multi-threading.
● Data Source: CranContrib
● Keywords: distmc, lof
● Alias: distmc
● 0 images