欢迎访问 生活随笔!

生活随笔

当前位置: 首页 > 人工智能 > 循环神经网络 >内容正文

循环神经网络

matlab中tsne函数,t-Distributed Stochastic Neighbor Embedding

发布时间:2025/3/15 循环神经网络 34 豆豆
生活随笔 收集整理的这篇文章主要介绍了 matlab中tsne函数,t-Distributed Stochastic Neighbor Embedding 小编觉得挺不错的,现在分享给大家,帮大家做个参考.

'euclidean' — Euclidean

distance.

'seuclidean' —

Standardized Euclidean distance. Each coordinate

difference between rows in X

and the query matrix is scaled by dividing by the

corresponding element of the standard deviation

computed from

S = std(X,'omitnan').

'cityblock' — City block

distance.

'chebychev' — Chebychev

distance, which is the maximum coordinate difference.

'minkowski' — Minkowski

distance with exponent 2. This is the same as Euclidean distance.

'mahalanobis' —

Mahalanobis distance, computed using the positive

definite covariance matrix

cov(X,'omitrows').

'cosine' — 1 minus the cosine

of the included angle between observations (treated as vectors).

'correlation' — One minus

the sample linear correlation between observations (treated as sequences

of values).

'spearman' — One minus the

sample Spearman's rank correlation between observations (treated as

sequences of values).

'hamming' — Hamming distance,

which is the percentage of coordinates that differ.

'jaccard' — One minus the

Jaccard coefficient, which is the percentage of nonzero coordinates

that differ.

custom distance function — A distance function

specified using @ (for example, @distfun).

For details, see More About.

总结

以上是生活随笔为你收集整理的matlab中tsne函数,t-Distributed Stochastic Neighbor Embedding的全部内容,希望文章能够帮你解决所遇到的问题。

如果觉得生活随笔网站内容还不错,欢迎将生活随笔推荐给好友。