You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@m-muecke do you know if there is a way to "predict" for new data, i.e. do the same transformation for new points that was done to the training data? This should happen independently of predict data size, i.e. when "predicting" for a dataset, the result should be the same as the rbind() of each row in that dataset predicted independently.
I believe there are only efficient solutions when euclidean distances are used, but then the metric MDS is basically equivalent to the PCA which is already implemented.
Implentation:
stats::cmdscale
The text was updated successfully, but these errors were encountered: