powered by
Convert the underlying data of a disto object to a dataframe in long format (3 columns: item1, item2, distance). This might be a costly operation and should be used with caution.
# S3 method for disto as.data.frame(x, ...)
object of class disto
arguments for tidy
tidy
a dataframe in long format
# NOT RUN { temp <- stats::dist(iris[,1:4]) dio <- disto(objectname = "temp") dio head(as.data.frame(dio)) # }
Run the code above in your browser using DataLab