File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ The code is well covered in tests. The examples are used as end to end tests in
112112
113113Glad you asked. ` fitGradient() ` is using simple [ linear regression] ( https://en.wikipedia.org/wiki/Linear_regression ) .
114114
115- ` getPalete ()` is based on [ k-means] ( https://en.wikipedia.org/wiki/K-means_clustering ) .
115+ ` getPalette ()` is based on [ k-means] ( https://en.wikipedia.org/wiki/K-means_clustering ) .
116116The initial clusters are chosen using a histogram.
117117Similar clusters in the result are merged in a post processing step.
118118This is necessary because k-means tends to return equally sized clusters
@@ -159,4 +159,4 @@ There are plenty of interesting ways to improve this library further.
159159
160160## License
161161
162- MIT
162+ MIT
You can’t perform that action at this time.
0 commit comments