代码搜索:explained

找到约 346 项符合「explained」的源代码

代码结果 346
www.eeworm.com/read/465779/7045864

m yzfenxi.m

function [yzR, yzpcs, yzvar, yzper_ex, yzlj_per, yzA, yzhh, yzV, yzB, yzTTT, yzFF] = yzfenxi(X) thelong=0.000001; Max=inf; delta=inf; [m,n]=size(X); %第一个图形 subplot(1,2,1); boxplot(X,0,'+',0)
www.eeworm.com/read/415211/11080571

m zcf.m

function zcf(X,Y) [m,n]=size(X); %绘制第一个图形 subplot(1,2,1) %boxplot(X,0,'+',0) xlabel('变量的范围') ylabel('八个指标(变量)') %计算样本的标准差 stdr=std(X,0,1); %计算样本各列的均值 meanr=mean(X); %标准化原始数据 sr=(X-meanr(on
www.eeworm.com/read/285976/8796315

pm templateparser.pm

package TemplateParser; use strict; #----------------------------------------------------------------------------- # This package parses a template file in the format explained below, and # transl
www.eeworm.com/read/286663/8751586

txt pca_fuzzy_c-means_method.txt

load ushape.dat %perfomring PCA [pcs,newdata,variances,t2] = princomp(ushape); percent_explained = 100*variances/sum(variances) %plot Pareto subplot(3,3,1) pareto(percent_explained) title('Pare