...and here's what to replace it with.
The core idea is to define distance-based probability estimates for a point. If two points are close, their Euclidean distance will be small. Thus, they will have a higher probability of being neighbors (this contributes to local structure).
Local and global structure part is, in fact, not paywalled in the full article so you can understand better with visuals here: https://www.dailydoseofds.com/formulating-and-implementing-the-t-sne-algorithm-from-scratch/.
The core idea is to define distance-based probability estimates for a point. If two points are close, their Euclidean distance will be small. Thus, they will have a higher probability of being neighbors (this contributes to local structure).
Local and global structure part is, in fact, not paywalled in the full article so you can understand better with visuals here: https://www.dailydoseofds.com/formulating-and-implementing-the-t-sne-algorithm-from-scratch/.