|
GRASS 8 Programmer's Manual
8.5.0dev(2025)-9d806b45d8
|
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) |
| ? More... | |
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.
| double I_cluster_separation | ( | struct Cluster * | C, |
| int | class1, | ||
| int | class2 | ||
| ) |
?
| C | pointer to Cluster structure |
| class1 | 1st class |
| class2 | 2nd class |
Definition at line 26 of file c_sep.c.
Referenced by I_cluster_distinct().