postprocessor.core.processes.knngraph

Functions

graph_prune(distanceMatrix, neighbours)

Prunes a complete graph (input distance matrix), keeping at least a specified number of neighbours for each node.

Classes

knngraph(parameters)

Process to get geometric graph from data/features, based on k-nearest neighbours.

knngraphParameters(**kwargs)

Parameters for the 'knngraph' process.