Documentation
¶
Index ¶
- type Result
- func Run[T any](points []T, centroidCount int, maxIterations int, tolerance float64, ...) Result[T]
- func Run1D[T vector.Number](points []T, centroidCount int, maxIterations int, tolerance float64) Result[T]
- func Run2D[T vector.Number](points []vector2.Vector[T], centroidCount int, maxIterations int, ...) Result[vector2.Vector[T]]
- func Run3D[T vector.Number](points []vector3.Vector[T], centroidCount int, maxIterations int, ...) Result[vector3.Vector[T]]
- func Run4D[T vector.Number](points []vector4.Vector[T], centroidCount int, maxIterations int, ...) Result[vector4.Vector[T]]
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.