|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-1d1e47ad9d
|
Cluster library - Separation. More...

Go to the source code of this file.
Macros | |
| #define | FAR ((double)-1.0) |
Functions | |
| double | I_cluster_separation (struct Cluster *C, int class1, int class2) |
| ? | |
Cluster library - Separation.
(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_sep.c.
?
| C | pointer to Cluster structure |
| class1 | 1st class |
| class2 | 2nd class |
Definition at line 26 of file c_sep.c.
References Cluster::count, FAR, Cluster::nbands, Cluster::sum, Cluster::sum2, and var().
Referenced by I_cluster_distinct().