GEE(Google Earth Engine)——计算特征值和特征向量eigen()和数组降维
【摘要】
ee.Array.eigen()
Computes the real eigenvectors and eigenvalues of a square 2D array of A rows and A columns. Returns an array with A rows and A+1 columns, where each...
ee.Array.eigen()
Computes the real eigenvectors and eigenvalues of a square 2D array of A rows and A columns. Returns an array with A rows and A+1 columns, where each row contains an eigenvalue in the first column, and the corresponding eigenvector in the remaining A columns. The rows are sorted by eigenvalue, in descending order.
This implementation uses DecompositionFactory.eig() from https://ejml.org.
计算 A 行 A 列的方形二维数组的实特征向量和特征值。返回一个包含 A 行和 A+1 列的数组,其中每一行在第一列中包含一个特征值,在其余 A 列中包含相应的特征向量。行按特征值降序排列。 此实现使用来自 https://ejml.org 的 DecompositionFactory.eig()。
Arguments:
this:input (Array):
A square, 2D array from which to compute the eigenvalue decomposition.
这个:输入(数组): 用于计算特征值分解的二维方形数组。
Returns: Array
文章来源: blog.csdn.net,作者:此星光明2021年博客之星云计算Top3,版权归原作者所有,如需转载,请联系作者。
原文链接:blog.csdn.net/qq_31988139/article/details/118939977
【版权声明】本文为华为云社区用户转载文章,如果您发现本社区中有涉嫌抄袭的内容,欢迎发送邮件进行举报,并提供相关证据,一经查实,本社区将立刻删除涉嫌侵权内容,举报邮箱:
cloudbbs@huaweicloud.com
- 点赞
- 收藏
- 关注作者
评论(0)