Integer K-Means - Elkan Algorithm - Definition.
More...
Detailed Description
Function Documentation
static unsigned long isqrt |
( |
unsigned long |
val | ) |
|
|
static |
Square root of an integer value
- Author:
- Jim Ulery
static void vl_ikm_elkan_update_inter_dist |
( |
VlIKMFilt * |
f | ) |
|
|
static |
Update inter cluster distance table.
static void vl_ikm_init_elkan |
( |
VlIKMFilt * |
f | ) |
|
|
static |
- Parameters:
-
f | IKM quantizer. |
asgn | Assignment of data to centers (out). |
data | Data to quantize. |
N | Number of data elements. |
- Parameters:
-
f | IKM quantizer. |
data | Data to quantize. |
N | Number of data elements. |