代码搜索:UserData
找到约 4,368 项符合「UserData」的源代码
代码结果 4,368
www.eeworm.com/read/397758/8024308
m ppedagui.m
function ppedagui(arg)
% PPEDAGUI Projection Pursuit Exploratory Data Analysis
%
% This GUI function drives the Projection Pursuit EDA methodology. In
% projeciton pursuit, one searches for 2-D p
www.eeworm.com/read/397758/8024314
m transformgui.m
function transformgui(arg,w)
% TRANSFORMGUI Data Transformation GUI
%
% This GUI function tranforms the data that has been loaded using the
% LOADGUI. One can spherize the data (centered at the m
www.eeworm.com/read/397758/8024320
m dimredgui.m
function dimredgui(arg, typ)
% DIMREDGUI Dimensionality Reduction GUI
%
% This GUI function provides access to the Dimensionality Reduction
% methods. These include Principal Component Analysis,
www.eeworm.com/read/397758/8024378
m brushgui.m
function brushgui(arg)
% BRUSHGUI Brushing and Labeling GUI
%
% This GUI function allows one to brush plots and see the corresponding
% plots highlighted in the other open plots. These plots must
www.eeworm.com/read/397758/8024387
m univgui.m
function univgui(arg)
% UNIVGUI Distribution Shapes - Univariate
%
% This GUI function allows one to explore the univariate distributions in
% the data set. These are the distributions of the colu
www.eeworm.com/read/397758/8024461
m brushscatter.m
function brushscatter(arg,labs)
% BRUSHSCATTER Scatterplot Brushing and Linking
%
% BRUSHSCATTER(X,LABS)
% X is an n x p matrix of data values. LABS is an optional input argument
% con
www.eeworm.com/read/397758/8024465
m agcgui.m
function agcgui(arg)
% AGCGUI Agglomerative Clustering GUI
%
% This GUI function drives the agglomerative clustering method. In
% agglomerative clustering, one starts with each observation in its
www.eeworm.com/read/397758/8024477
m gedagui.m
function gedagui(arg)
% GEDAGUI Graphical Exploratory Data Analysis GUI
%
% This provides access to various graphical EDA methods. These include 2-D
% scatterplots, 3-D scatterplots, scatterplot
www.eeworm.com/read/397758/8024489
m mdsgui.m
function mdsgui(arg,typ)
% MDSGUI Multi-dimensional Scaling GUI
%
% This GUI function drives the Multi-Dimensional Scaling methods. These
% include Classical MDS and Metric MDS.
%
% MDS seeks
www.eeworm.com/read/397115/8066772
m vis_trajgui.m
function vis_trajgui(trajStruct,arg)
% VIS_TRAJGUI subfuntion for SOM_TRAJECTORY
%
% This function is the actual GUI called by SOM_TRAJECTORY
% function.
%
% See also SOM_TRAJECTORY.
% Contributed