代码搜索:ISOMAP

找到约 83 项符合「ISOMAP」的源代码

代码结果 83
www.eeworm.com/read/282683/9074205

m landmark_isomap.m

function [mappedX, mapping] = landmark_isomap(X, no_dims, k, percentage); %ISOMAP Runs the Isomap algorithm % % [mappedX, mapping] = landmark_isomap(X, no_dims, k, percentage); % % The functions r
www.eeworm.com/read/145017/12756092

m demo_isomap.m

load swiss_roll_data D = L2_distance(X_data(:,1:1000), X_data(:,1:1000), 1); %To run Isomap with K = 7 neighbors/point, and produce embeddings %in dimensions 1, 2, ..., 10, type these commands:
www.eeworm.com/read/244800/12842997

m landmark_isomap.m

function [mappedX, mapping] = landmark_isomap(X, no_dims, k, percentage); %ISOMAP Runs the Isomap algorithm % % [mappedX, mapping] = landmark_isomap(X, no_dims, k, percentage); % % The functions r
www.eeworm.com/read/139301/13163941

txt s-isomap.txt

S-ISOMAP Description: S-ISOMAP is a manifold learning algorithm, which is a supervised variant of ISOMAP. Reference: X. Geng, D.-C. Zhan, and Z.-H. Zhou. Supervised nonlinear dimensionality redu
www.eeworm.com/read/405216/11468669

jpg disks-isomap.jpg

www.eeworm.com/read/405216/11468928

jpg ._disks-isomap.jpg

www.eeworm.com/read/251189/12358436

dfm isomap1.dfm

object MainForm: TMainForm Left = 205 Top = 113 Width = 699 Height = 534 Caption = 'IsoMapper v2.0 (c)2003 by Paul TOTH ' Color = clBtnFace Font.Charset = DEFAUL
www.eeworm.com/read/251189/12358469

pas isomap1.pas

unit IsoMap1; { projet ADK-ISO (c)2002-2003 Paul TOTH http://www.web-synergy.net/naug-land/ } interface {-$define FPS} uses Windows, Messages, SysUtils, Variants
www.eeworm.com/read/344585/3207987

m landmark_isomap.m

function [mappedX, conn_comp] = landmark_isomap(X, no_dims, k, percentage); %ISOMAP Runs the Isomap algorithm % % [mappedX, conn_comp] = landmark_isomap(X, no_dims, k, percentage); % % The functio
www.eeworm.com/read/360732/10080579

m test_isomap_landmarks.m

% test for isomap with landmarks points % simple tests for isomap/lle on 3D data % % Copyright (c) 2005 Gabriel Peyr