|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-ddeab64dbf
|
Cluster library - Means value. More...

Go to the source code of this file.
Functions | |
| int | I_cluster_means (struct Cluster *C) |
| Calculate means value. | |
Cluster library - Means 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_means.c.
Calculate means value.
| C | pointer to Cluster structure |
Definition at line 24 of file c_means.c.
References Cluster::band_sum, Cluster::band_sum2, G_debug(), Cluster::mean, Cluster::nbands, Cluster::nclasses, and Cluster::npoints.
Referenced by I_cluster_exec().