代码搜索:Projected
找到约 176 项符合「Projected」的源代码
代码结果 176
www.eeworm.com/read/440070/7694824
html svd.html
svd
Description of the program: svd
This program performs a global SVD. It gives the si
www.eeworm.com/read/205038/15328731
html svd.html
svd
Description of the program: svd
This program performs a global SVD. It gives the si
www.eeworm.com/read/106690/15626591
m varsort.m
% varsort() - reorder ICA components, largest to smallest, by
% the size of their MEAN projected variance
% across all time points
% Usage:
% >> [windex,meanvar] = varsort(
www.eeworm.com/read/285975/8798165
089_prob ch06.089_prob
##############################################################################
## Code fragment (NOT RECOMMENDED) from Chapter 6 of "Perl Best Practices" ##
## Copyright (c) O'Reilly & Associates
www.eeworm.com/read/285975/8798288
090_best ch06.090_best
##############################################################################
## Code fragment (Recommended) from Chapter 6 of "Perl Best Practices" ##
## Copyright (c) O'Reilly & Associates
www.eeworm.com/read/105889/6197299
java derivedcrs.java
/*$************************************************************************************************
**
** $Id: DerivedCRS.java,v 1.2.2.1 2004/05/18 11:20:27 desruisseaux Exp $
**
** $Source: /cvsr
www.eeworm.com/read/175082/9560932
m showpca2.m
function [projected,mu,vc,vl] = showpca2(data);
% SHOWPCA2 : project data matrix on 2 first eigenvectors and show them
% projected = showpca2(data)
% data - the data
% projected - the resulting p
www.eeworm.com/read/175082/9560951
m showpca3.m
function projected = showpca3(data);
% SHOWPCA3 : project data matrix on 3 first eigenvectors and show them
% projected = showpca3(data)
% data - the data
% projected - the resulting projection