File tree 2 files changed +1
-11
lines changed
2 files changed +1
-11
lines changed Original file line number Diff line number Diff line change 25
25
with :
26
26
version : ${{ matrix.version }}
27
27
arch : ${{ matrix.arch }}
28
- - uses : actions/cache@v1
29
- env :
30
- cache-name : cache-artifacts
31
- with :
32
- path : ~/.julia/artifacts
33
- key : ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
34
- restore-keys : |
35
- ${{ runner.os }}-test-${{ env.cache-name }}-
36
- ${{ runner.os }}-test-
37
- ${{ runner.os }}-
38
28
- uses : julia-actions/julia-buildpkg@v1
39
29
- uses : julia-actions/julia-runtest@v1
40
30
- uses : julia-actions/julia-processcoverage@v1
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ ________________________________________________________________________________
66
66
67
67
### Features
68
68
69
- - Lightening fast implementation of K-Means clustering algorithm even on a single thread in native Julia.
69
+ - Lightning fast implementation of K-Means clustering algorithm even on a single thread in native Julia.
70
70
- Support for multi-theading implementation of K-Means clustering algorithm.
71
71
- Kmeans++ initialization for faster and better convergence.
72
72
- Implementation of all available variants of the K-Means algorithm.
You can’t perform that action at this time.
0 commit comments