|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SparseVector.Distance | |
|---|---|
| javatools.datatypes | |
| Uses of SparseVector.Distance in javatools.datatypes |
|---|
| Fields in javatools.datatypes declared as SparseVector.Distance | |
|---|---|
static SparseVector.Distance |
SparseVector.cosineDistance
Computes the cosine distance |
static SparseVector.Distance |
SparseVector.eucledianDistance
Computes the eucledian distance |
| Methods in javatools.datatypes with parameters of type SparseVector.Distance | |
|---|---|
static void |
SparseVector.kMeans(SparseVector[] dots,
SparseVector[] centers,
SparseVector.Distance distanceFunction,
double epsilon,
int iterations)
Does a simple K-means until the number of iterations is exceeded |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||