|
tlds
Transactional Operations for Linked Data Structures
|
#include <assert.h>#include <float.h>#include <math.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include "common.h"#include "cluster.h"#include "normal.h"#include "random.h"#include "util.h"#include "tm.h"Functions | |
| static float * | extractMoments (float *data, int num_elts, int num_moments) |
| static void | zscoreTransform (float **data, int numObjects, int numAttributes) |
| int | cluster_exec (int nthreads, int numObjects, int numAttributes, float **attributes, int use_zscore_transform, int min_nclusters, int max_nclusters, float threshold, int *best_nclusters, float ***cluster_centres, int *cluster_assign) |
| int cluster_exec | ( | int | nthreads, |
| int | numObjects, | ||
| int | numAttributes, | ||
| float ** | attributes, | ||
| int | use_zscore_transform, | ||
| int | min_nclusters, | ||
| int | max_nclusters, | ||
| float | threshold, | ||
| int * | best_nclusters, | ||
| float *** | cluster_centres, | ||
| int * | cluster_assign | ||
| ) |
|
static |
|
static |