File tree Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Original file line number Diff line number Diff line change 2525        with :
2626          version : ${{ matrix.version }} 
2727          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 }}- 
3828      - uses : julia-actions/julia-buildpkg@v1 
3929      - uses : julia-actions/julia-runtest@v1 
4030      - uses : julia-actions/julia-processcoverage@v1 
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ ________________________________________________________________________________
6666
6767### Features  
6868
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.
7070-  Support for multi-theading implementation of K-Means clustering algorithm.
7171-  Kmeans++ initialization for faster and better convergence.
7272-  Implementation of all available variants of the K-Means algorithm.
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments