Skip to content

v0.3.6

Choose a tag to compare

@github-actions github-actions released this 15 Dec 19:51
· 21 commits to main since this release
5e23d92

SingleCellProjections v0.3.6

Diff since v0.3.5

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 the base data set are considered as neighbors.

Fixed

  • knn_adjacency_matrix - kwarg make_symmetric must now be specified by the caller.

Merged pull requests: