Skip to content

Commit

Permalink
GITBOOK-5: No subject
Browse files Browse the repository at this point in the history
  • Loading branch information
derrickburns authored and gitbook-bot committed Jan 18, 2024
1 parent d297155 commit 9b7de8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/concepts/kmeansselector.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

Any K-Means model may be used as seed value to Lloyd's algorithm. In fact, our clusterers accept multiple seed sets. The `K-Means.train` helper methods allows one to name an initialization method.

Two algorithms are implemented that produce viable seed sets. They may be constructed by using the `apply` method of the companion object`KMeansSelector`".
Two algorithms are implemented that produce viable seed sets. They may be constructed by using the `apply` method of the companion object`KMeansSelector`.

Initializers are implemented with the KMeansSelector trait.
Initializers are implemented with the `KMeansSelector` trait.

```scala
package com.massivedatascience.clusterer
Expand Down

0 comments on commit 9b7de8e

Please sign in to comment.