_scripts parcel cluster¶
Usage
Run using mc_script _scripts parcel cluster after installation or using ~ndcn0236/bin/mc_script _scripts parcel cluster on jalapeno.
Import in python using from mcot.core._scripts.parcel import cluster
Documentation
Clusters the surface based on provided features
Functions
cluster(similarity[, method, n_clusters]) |
Cluster based on a similarity graph |
run(surface, features[, metric, method, …]) |
Clusters the surface based on the provided features |
CLI interface
add_to_parser(parser) |
Creates the parser of the command line arguments |
run_from_args(args) |
Runs the script based on a Namespace containing the command line arguments |