代码搜索:corresponding

找到约 4,250 项符合「corresponding」的源代码

代码结果 4,250
www.eeworm.com/read/299984/7140240

m getdata.m

%GETDATA Get data of dataset % % [DATA,NLAB,IDENT] = GETDATA(A,CLASSES) % % Returns the data as stored in A.DATA. If the index vector CLASSES is % given just the data of the objects (rows of A.DATA
www.eeworm.com/read/460435/7250631

m addlablist.m

%ADDLABLIST Add another label list to dataset definition % % [B,N] = ADDLABLIST(A,LABLIST,LABLISTNAME) % % INPUT % A - Dataset % LABLIST - Labelist to be added % LABLISTNAME - O
www.eeworm.com/read/460435/7250715

m getdata.m

%GETDATA Get data of dataset % % [DATA,NLAB,IDENT] = GETDATA(A,CLASSES) % % Returns the data as stored in A.DATA. If the index vector CLASSES is % given just the data of the objects (rows of A.DATA
www.eeworm.com/read/456471/7348799

txt xercesnotice.txt

========================================================================= == NOTICE file corresponding to section 4(d) of the Apache License, == == Version 2.0, in this case for the Apa
www.eeworm.com/read/450608/7480322

m getdata.m

%GETDATA Get data of dataset % % [DATA,NLAB,IDENT] = GETDATA(A,CLASSES) % % Returns the data as stored in A.DATA. If the index vector CLASSES is % given just the data of the objects (rows of A.DATA
www.eeworm.com/read/449504/7502331

m cvarpds.m

function covar = cvarpds(y,pds) % PURPOSE: This function computes a weighted covariance matrix of y, % each row affected by the corresponding weight in pds (pds must be >0 but % does not need to
www.eeworm.com/read/449504/7502527

m tally.m

function out = tally(x) % PURPOSE: calculate frequencies of distinct levels in x %--------------------------------------------------- % USAGE: out = tally(x) % where: x = an (nobs x nvar) matr
www.eeworm.com/read/441245/7672843

m addlablist.m

%ADDLABLIST Add another label list to dataset definition % % [B,N] = ADDLABLIST(A,LABLIST,LABLISTNAME) % % INPUT % A - Dataset % LABLIST - Labelist to be added % LABLISTNAME - O
www.eeworm.com/read/441245/7672928

m getdata.m

%GETDATA Get data of dataset % % [DATA,NLAB,IDENT] = GETDATA(A,CLASSES) % % Returns the data as stored in A.DATA. If the index vector CLASSES is % given just the data of the objects (rows of A.DATA
www.eeworm.com/read/440704/7683048

txt rel-ops.txt

SELECT Title, Price FROM BOOK WHERE PublisherID IN (SELECT PublisherID FROM PUBLISHER WHERE Name = 'Prentice Hall' OR Name = 'Atros'); The "SELECT" relational operation was used to get some speci