1
0
mirror of https://github.com/Microsoft/sql-server-samples.git synced 2025-12-08 14:58:54 +00:00

Updates to ReadMe

This commit is contained in:
tarasha
2016-12-07 19:03:23 -08:00
parent 6056bb7e29
commit 8ee8fa166e
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# Clustering in R
# Clustering in R (SQL Server 2016)
In this code snack, developers will experience authoring R code to help them run a clustering exercise that “magically” groups data into distinct populations by using an unsupervised clustering algorithm, k-means. The k-means script will be packaged within a SQL stored procedure for convenient execution from a .NET application.
## About Clustering