dextool v4.0.0 (2021-09-08T15:39:18Z)
Dub
Repo
KmeanIterator
dextool
plugin
mutate
backend
report
kmean
Undocumented in source.
struct
KmeanIterator (
T
) {
double
tolerance
;
Cluster
!
T
[]
clusters
;
int
iterations
;
Duration
time
;
void
fit
(T[] data, int maxIterations, Duration maxTime);
}
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
Source
See Implementation
dextool
plugin
mutate
backend
report
kmean
structs
Cluster
KmeanIterator
Point