搜索资源列表
-
0下载:
MULTIDIMENSIONAL SCALING in matlab by Mark Steyvers 1999
%needs optimization toolbox
%Modified by Bruce Land
%--Data via globals to anaylsis programs
%--3D plotting with color coded groups
%--Mapping of MDS space to spike train temporal p
-
-
0下载:
一个计算多维定标(MDS)的matlab源代码,用于高维数据的维数约减,A calculation of multidimensional scaling (MDS) of the matlab source code for the high-dimensional data, dimensionality reduction
-
-
0下载:
this code of multidimensional scaling -this is code of multidimensional scaling
-
-
0下载:
Estimating the positions of sensor nodes is a fundamental and
crucial problem in ad hoc wireless sensor networks (WSNs).
In this paper, an accurate node localization method for WSNs
is devised based on the weighted least squares technique with
-
-
0下载:
In statistics, Isomap is one of several widely used low-dimensional embedding methods, where geodesic distances on a weighted graph are incorporated with the classical scaling (metric multidimensional scaling). Isomap is used for computing a quasi-is
-
-
2下载:
Matlab针对各种数据预处理的降维方法,源码集合。-Currently, the Matlab Toolbox for Dimensionality Reduction contains the following techniques:
Principal Component Analysis (PCA)
Probabilistic PCA
Factor Analysis (FA)
Sammon mapping
Lin
-
-
0下载:
ISOMAP(Isometric Feature Mapping,等度规特征映射)算法在高维非线性数据处理中有较为理想的效果,建立在MDS (Multi-Dimensional Scaling,多维尺度变换)的基础上,其基本思想是当数据集的分布具有低维嵌入流形结构时,可以通过保距映射获得观测空间数据集在低维空间的表示。-ISOMAP (Isometric Feature Mapping, and other metric feature mapping) algorithm can get mo
-
-
0下载:
The basis of the presented methods for the visualization and clustering of graphs is a novel similarity and distance metric, and the matrix describing the similarity of the nodes in the graph. This matrix represents the type of connections between th
-
-
0下载:
Multidimensional Scaling(MDS)是一种经典的数据降维方法,同时也是数据可视化的一种手段。这个问题的最早起源,是当我们仅能获得物体之间的相似性矩阵时,如何由此来重构它们的欧几里德坐标。譬如,对一个国家的许多城市而言,假如我们并不能确定它们的经纬度信息,却知道所有城市两两之间的距离,就可以通过MDS方法将这些代表相似性的距离数据,呈现在二维坐标上。-Multidimensional Scaling (MDS) is a classical data dimensionali
-