R dist()

1 개요[ | ]

R dist()
  • "Distance Matrix Computation → 거리 행렬 계산"
x <- matrix(rnorm(20), nrow=4)
x
dist(x)
dist(x, diag = TRUE)
dist(x, upper = TRUE)

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}