Documentation
¶
Overview ¶
Package kmeans clusters incoming points into clusters with params (eps, minPoints) K-Means performs the division of objects into clusters that share similarities and are dissimilar to the objects belonging to another cluster. The term ‘K’ is a number. You need to tell the system how many clusters you need to create. For example, K = 2 refers to two clusters.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Kmeans ¶
type Kmeans struct {
// contains filtered or unexported fields
}
Kmeans configuration/option struct
func NewWithOptions ¶
NewWithOptions returns a Kmeans configuration struct with custom settings
Click to show internal directories.
Click to hide internal directories.