I have two large data sets , first data set is numeric , contains 60759 objects and 15 features the he second one is categorical contains 60759 objects and 9 features ,I am trying to calculate Euclidean distance for numerical data set and simple matching for categorical data set. but i could not calculate them because of the size of data.
does any one has idea how can we handle large data in R