load_points_set.m
来自「toolbox_dimreduc - a toolbox for dimensi」· M 代码 · 共 13 行
M
13 行
function [X,col] = load_points_set( name, n, options )
% load_points_set - load a 3D sample dataset
%
% name is either
% 'swissroll','square','scurve','swisshole','corner_plane',
% 'puncted_sphere','twin_peaks','3d_cluster','toroidal_helix','rand_gaussian'
% 'spiral', 'circles'
% n is the number of points
% options.sampling can be 'rand' or 'uniform'
% options.noise_level is to add some jitter.
%
% Copyright (c) 2005 Gabriel Peyr
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?