I have a very large dataset with mixed-type variables. When I apply the Gower's dissimilarity measure to obtain the distance matrix, it is running out of memory. Due to the large size of the data, it's no use if I increase the memory size by memory.limit(size = xxx).
So I am wondering, is there some effective approach to approximate the gower's dissimilarity measure for large datasets? Thank you!