Skip to content

Commit

Permalink
Estilo
Browse files Browse the repository at this point in the history
  • Loading branch information
joanby committed Jan 15, 2020
1 parent 0113831 commit 8ab8aea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions teoria/Mery_style.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
padding: 10px;
border: 2px solid gray;
}

Expand Down
2 changes: 1 addition & 1 deletion teoria/Tema-10---Clustering.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@ Es decir:
## Algoritmo de $k$-medias con `R`
Entonces:
$$
\verb+resultado.km$betweenss+=\sum_{i=1}^{n_i} n_i \|\mathbf{\overline{x}}_i-\mathbf{x}\|^2.
\verb+resultado.km$betweenss+=\sum_{i=1}^{k} n_i \|\mathbf{\overline{x}}_i-\mathbf{x}\|^2.
$$

Podríamos considerar la medida anterior como una medida de dispersión de los centros o una medida de cuan separados están los clusters ya que cuanto mayor sea `resultado.km$betweenss` más separados estarán los centros del punto medio global de todos los puntos y mayor separación habrá entre los clusters.
Expand Down

0 comments on commit 8ab8aea

Please sign in to comment.