|
TPCCLIB
|
#include <tpcfcmc.h>
Data Fields | |
| unsigned int | maxIter |
| double | limitMaxUDiff |
| unsigned int | fc |
| unsigned int | sampleNr |
| unsigned int | dimNr |
| unsigned int | clusterNr |
| double ** | d |
| double ** | cc |
| unsigned int * | sc |
| double** FCMC::cc |
Centre of each cluster, cc[0..clusterNr-1][0..dimNr-1].
Definition at line 41 of file tpcfcmc.h.
Referenced by fcmcAllocate(), fcmcClusterInitialize(), fcmcEuclideanDistances(), fcmcFree(), fcmcInit(), fcmclustering(), and fcmcPrint().
| unsigned int FCMC::clusterNr |
Number of clusters.
Definition at line 36 of file tpcfcmc.h.
Referenced by fcmcAllocate(), fcmcClusterInitialize(), fcmcEuclideanDistances(), fcmcFree(), fcmcInit(), fcmclustering(), and fcmcPrint().
| double** FCMC::d |
Data, d[0..sampleNr-1][0..dimNr-1].
Definition at line 39 of file tpcfcmc.h.
Referenced by fcmcAllocate(), fcmcClusterInitialize(), fcmcEuclideanDistances(), fcmcFree(), fcmcInit(), fcmclustering(), and fcmcPrint().
| unsigned int FCMC::dimNr |
Dimensionality of data.
Definition at line 34 of file tpcfcmc.h.
Referenced by fcmcAllocate(), fcmcClusterInitialize(), fcmcEuclideanDistances(), fcmcInit(), fcmclustering(), and fcmcPrint().
| unsigned int FCMC::fc |
Fuzzyness coefficient.
Definition at line 29 of file tpcfcmc.h.
Referenced by fcmcInit(), and fcmclustering().
| double FCMC::limitMaxUDiff |
Accetance limit for max u difference.
Definition at line 27 of file tpcfcmc.h.
Referenced by fcmcInit(), and fcmclustering().
| unsigned int FCMC::maxIter |
| unsigned int FCMC::sampleNr |
Number of data samples.
Definition at line 32 of file tpcfcmc.h.
Referenced by fcmcAllocate(), fcmcClusterInitialize(), fcmcEuclideanDistances(), fcmcFree(), fcmcInit(), fcmclustering(), and fcmcPrint().
| unsigned int* FCMC::sc |
The member cluster for each sample, sc[0..sampleNr-1].
Definition at line 43 of file tpcfcmc.h.
Referenced by fcmcAllocate(), fcmcFree(), fcmcInit(), and fcmclustering().