|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-4bb960b182
|
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.
SPDX-FileCopyrightText: 2001-2009 GRASS Development Team SPDX-License-Identifier: GPL-2.0-or-later
Definition in file c_sep.c.
?
| C | pointer to Cluster structure |
| class1 | 1st class |
| class2 | 2nd class |
Definition at line 24 of file c_sep.c.
References Cluster::count, FAR, Cluster::nbands, Cluster::sum, Cluster::sum2, and var().
Referenced by I_cluster_distinct().