GRASS GIS 8 Programmer's Manual 8.3.2(2024)-exported
|
Cluster library - Distinct value. More...
#include <grass/cluster.h>
Go to the source code of this file.
Functions | |
int | I_cluster_distinct (struct Cluster *C, double separation) |
Get distinct value. | |
Cluster library - Distinct value.
(C) 2001-2009 by the GRASS Development Team
This program is free software under the GNU General Public License (>=v2). Read the file COPYING that comes with GRASS for details.
Definition in file c_distinct.c.
int I_cluster_distinct | ( | struct Cluster * | C, |
double | separation | ||
) |
Get distinct value.
C | pointer to Cluster structure |
separation | separation value |
Definition at line 24 of file c_distinct.c.
References I_cluster_separation(), and I_cluster_sum2().
Referenced by I_cluster_exec().