GRASS GIS 8 Programmer's Manual
8.2.2dev(2023)-3d2c704037
|
#include <cluster.h>
Data Fields | |
int | nbands |
int | npoints |
DCELL ** | points |
int | np |
double * | band_sum |
double * | band_sum2 |
int * | class |
int * | reclass |
int * | count |
int * | countdiff |
double ** | sum |
double ** | sumdiff |
double ** | sum2 |
double ** | mean |
struct Signature | S |
int | nclasses |
int | merge1 |
int | merge2 |
int | iteration |
double | percent_stable |
double* Cluster::band_sum |
Definition at line 14 of file cluster.h.
Referenced by I_cluster_begin(), and I_cluster_clear().
double* Cluster::band_sum2 |
Definition at line 15 of file cluster.h.
Referenced by I_cluster_begin(), and I_cluster_clear().
int* Cluster::class |
Definition at line 17 of file cluster.h.
Referenced by I_cluster_clear(), I_cluster_exec_allocate(), I_cluster_exec_free(), and I_cluster_merge().
int* Cluster::count |
Definition at line 19 of file cluster.h.
Referenced by I_cluster_clear(), I_cluster_distinct(), I_cluster_exec_allocate(), I_cluster_exec_free(), I_cluster_merge(), and I_cluster_nclasses().
int* Cluster::countdiff |
Definition at line 20 of file cluster.h.
Referenced by I_cluster_clear(), I_cluster_exec_allocate(), and I_cluster_exec_free().
double** Cluster::mean |
Definition at line 24 of file cluster.h.
Referenced by I_cluster_clear(), I_cluster_exec_allocate(), and I_cluster_exec_free().
int Cluster::merge1 |
Definition at line 28 of file cluster.h.
Referenced by I_cluster_distinct(), and I_cluster_merge().
int Cluster::merge2 |
Definition at line 28 of file cluster.h.
Referenced by I_cluster_distinct(), and I_cluster_merge().
int Cluster::nbands |
Definition at line 9 of file cluster.h.
Referenced by I_cluster_begin(), I_cluster_clear(), I_cluster_exec_allocate(), I_cluster_merge(), I_cluster_point(), and I_cluster_sum2().
int Cluster::nclasses |
Definition at line 27 of file cluster.h.
Referenced by I_cluster_distinct(), I_cluster_exec(), I_cluster_exec_allocate(), I_cluster_nclasses(), and I_cluster_sum2().
int Cluster::np |
Definition at line 12 of file cluster.h.
Referenced by I_cluster_begin().
int Cluster::npoints |
Definition at line 10 of file cluster.h.
Referenced by I_cluster_begin(), I_cluster_exec(), I_cluster_exec_allocate(), I_cluster_merge(), and I_cluster_sum2().
DCELL** Cluster::points |
Definition at line 11 of file cluster.h.
Referenced by I_cluster_begin(), I_cluster_clear(), and I_cluster_sum2().
int* Cluster::reclass |
Definition at line 18 of file cluster.h.
Referenced by I_cluster_clear(), I_cluster_exec_allocate(), and I_cluster_exec_free().
struct Signature Cluster::S |
Definition at line 25 of file cluster.h.
Referenced by I_cluster_begin(), and I_cluster_clear().
double** Cluster::sum |
Definition at line 21 of file cluster.h.
Referenced by I_cluster_clear(), I_cluster_exec_allocate(), I_cluster_exec_free(), and I_cluster_merge().
double** Cluster::sum2 |
Definition at line 23 of file cluster.h.
Referenced by I_cluster_clear(), I_cluster_exec_allocate(), I_cluster_exec_free(), and I_cluster_sum2().
double** Cluster::sumdiff |
Definition at line 22 of file cluster.h.
Referenced by I_cluster_clear(), I_cluster_exec_allocate(), and I_cluster_exec_free().