Cluster parameters | |
String | databaseIndex |
database index | |
String | clusterIndex |
cluster index | |
String | clusterDBType |
cluster database file type. | |
enum clusterTypes | clusterType |
cluster type | |
enum docModes | docMode |
docmode | |
double | threshold |
threshold | |
int | numParts |
number of partitions | |
int | maxIters |
max iterations | |
int | numIters |
number of iters for bisecting k-means | |
enum simTypes | simType |
similarity method | |
Enumerations | |
enum | simTypes { COS = 1 } |
enum | clusterTypes { AGGLOM = 1, CENTROID = 2 } |
enum | docModes { DMAX = 1, DMEAN = 2, DAVE = 3, DMIN = 4 } |
Functions | |
void | get () |
get the parameters off of the stack. |
|
|
|
|
|
|
|
get the parameters off of the stack.
|
|
cluster database file type.
|
|
cluster index
|
|
cluster type
|
|
database index
|
|
docmode
|
|
max iterations
|
|
number of iters for bisecting k-means
|
|
number of partitions
|
|
similarity method
|
|
threshold
|