v0.3.6
SingleCellProjections v0.3.6
Added
local_outlier_factor!- Compute the Local Outlier Factor (LOF) for each observation in a DataMatrix. Supports finding neighbors in a low dimensional space (e.g. after PCA or UMAP), but computing distances in a high dimensional space (e.g. after normalization).local_outlier_factor_projection!- Compute the Local Outlier Factor (LOF) for each observation in a DataMatrix. Only points in thebasedata set are considered as neighbors.
Fixed
knn_adjacency_matrix- kwargmake_symmetricmust now be specified by the caller.
Merged pull requests:
- Local Outlier Factor (#15) (@rasmushenningsson)