|
GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
#include <grass/cluster.h>
Go to the source code of this file.
Functions | |
| int | I_cluster_exec (struct Cluster *C, int maxclass, int iterations, double convergence, double separation, int min_class_size, int(*checkpoint)(), int *interrupted) |
| int I_cluster_exec | ( | struct Cluster * | C, |
| int | maxclass, | ||
| int | iterations, | ||
| double | convergence, | ||
| double | separation, | ||
| int | min_class_size, | ||
| int(*)() | checkpoint, | ||
| int * | interrupted | ||
| ) |
Definition at line 23 of file c_exec.c.
References C, I_cluster_assign(), I_cluster_distinct(), I_cluster_exec_allocate(), I_cluster_means(), I_cluster_merge(), I_cluster_reassign(), I_cluster_reclass(), I_cluster_signatures(), I_cluster_sum2(), and if().