How do I manipulate/access elements of an instance of “dist” class using core R?

前端 未结 12 1972
傲寒
傲寒 2021-02-02 10:50

A basic/common class in R is called \"dist\", and is a relatively efficient representation of a symmetric distance matrix. Unlike a \"matrix\" object,

12条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-02-02 11:26

    disto package provides a class that wraps distance matrices in R (in-memory and out-of-core) and provides much more than the convenience operators like [. Please check the vignette here.

    PS: I am the author of the package.

提交回复
热议问题