Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
aviezerl committed Apr 20, 2022
1 parent 1b0f09e commit e5dee26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ knitr::opts_chunk$set(

# tglkmeans - efficient implementation of kmeans++ algorithm

This package provides R binding to a cpp implementation of kmeans++ algorithm (https://en.wikipedia.org/wiki/K-means%2B%2B).
This package provides R binding to a cpp implementation of the [kmeans++ algorithm](<https://en.wikipedia.org/wiki/K-means%2B%2B>).

## Installation

Expand Down

0 comments on commit e5dee26

Please sign in to comment.