@@ -163,7 +176,24 @@ User-friendly API coming soon.
Once all graphs are embedded we have the standard machine learning input matrix $X$ with $n$ examples as rows and $r$ features as distances to each prototype.
Any type of classification can now be performed using a label (output) vector for single-class classification or matrix for multi-output classification.
Alternatively, we can classify graphs using k-nearest neighbours and skip the embedding procedure.
You can load a pre-trained model in `/models/` and embed new graphs to make predictions:
Alternatively, we can classify graphs using k-nearest neighbours and skip the embedding procedure.