Open weigcdsb opened 12 months ago
OK, a follow up... I implement the original MaxMin method by myself and fix the starting points, the results are different... These 2 methods are different, would you mind explaining why you choose select landmark by this rather using original MaxMin strategy?
Hello, I'm kind of confused by the landmark points selction. It seems the strategy is not exactly as the original MaxMin? It's kind of like the "MinSum" strategy? (
testdists += pD(testpt,targetpt);
) Or could you explain why it's equivalent to MaxMin?Thanks a lot!