KmeanIterator

Undocumented in source.

Members

Functions

fit
void fit(T[] data, int maxIterations, Duration maxTime)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

clusters
Cluster!T[] clusters;
Undocumented in source.
iterations
int iterations;
Undocumented in source.
time
Duration time;
Undocumented in source.
tolerance
double tolerance;
Undocumented in source.

Meta