Wolfram Language Paclet Repository
Community-contributed installable additions to the Wolfram Language
Software monad for Geometric Nearest Neighbors workflows
Contributed by: Anton Antonov
Software monad for Geometric Nearest Neighbors (GNN) workflows: data rescaling, fast anomalies finding, similarity matrices derivation.
To install this paclet in your Wolfram Language environment,
evaluate this code:
PacletInstall["AntonAntonov/MonadicGeometricNearestNeighbors"]
To load the code after installation, evaluate this code:
Needs["AntonAntonov`MonadicGeometricNearestNeighbors`"]
Here is a dataset of random points:
In[1]:= |
Out[3]= |
Here is a summary and a plot:
In[4]:= |
Out[4]= |
Here is a monadic Geometric Nearest Neighbors Monad (GNNMon) pipeline for finding outliers:
In[5]:= |
GNNMon objects have "boxed" representation:
In[6]:= |
Out[6]= |
Wolfram Language Version 13.3