GRASS GIS 8 Programmer's Manual
8.5.0dev(2024)-847944e18e
|
Cluster library - Number of classes. More...
#include <grass/cluster.h>
Go to the source code of this file.
Functions | |
int | I_cluster_nclasses (struct Cluster *C, int minsize) |
Get number of classes. More... | |
Cluster library - Number of classes.
(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_nclasses.c.
int I_cluster_nclasses | ( | struct Cluster * | C, |
int | minsize | ||
) |
Get number of classes.
C | pointer to Cluster structure |
minsize | minimum class size |
Definition at line 24 of file c_nclasses.c.
References Cluster::count, and Cluster::nclasses.