|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-4bb960b182
|
Cluster library - Distinct value. More...
#include <grass/cluster.h>
Go to the source code of this file.
Functions | |
| int | I_cluster_distinct (struct Cluster *C, double separation) |
| Get distinct value. | |
Cluster library - Distinct value.
SPDX-FileCopyrightText: 2001-2009 GRASS Development Team SPDX-License-Identifier: GPL-2.0-or-later
Definition in file c_distinct.c.
Get distinct value.
| C | pointer to Cluster structure |
| separation | separation value |
Definition at line 22 of file c_distinct.c.
References Cluster::count, I_cluster_separation(), I_cluster_sum2(), Cluster::merge1, Cluster::merge2, and Cluster::nclasses.
Referenced by I_cluster_exec().