|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-1d1e47ad9d
|
Cluster library - Reclass data. More...
#include <grass/cluster.h>
Go to the source code of this file.
Functions | |
| int | I_cluster_reclass (struct Cluster *C, int minsize) |
| Reclass data. | |
Cluster library - Reclass data.
(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_reclass.c.
Reclass data.
| C | pointer to Cluster structure |
| minsize | minimum class size |
Definition at line 25 of file c_reclass.c.
References Cluster::class, Cluster::count, Cluster::nbands, Cluster::nclasses, Cluster::npoints, Cluster::reclass, and Cluster::sum.
Referenced by I_cluster_exec().