feat: add rstudio deployment

This commit is contained in:
theo 2026-02-16 09:40:38 +00:00
parent 7486662cc8
commit 8d2f7ec654
225 changed files with 1582 additions and 5 deletions

View file

@ -0,0 +1,7 @@
daten <- c(-11, -10, -9, -1, 0, 1, 9, 10, 11)
startwerte <- matrix(c(9, 10, 11), ncol = 1)
clustering <- kmeans(daten, centers = startwerte)
print(clustering)