代码搜索:Matrix

找到约 10,000 项符合「Matrix」的源代码

代码结果 10,000
www.eeworm.com/read/244800/12843094

m cca.m

function [Z, ccaEigen, ccaDetails] = cca(X, Y, EDGES, OPTS) % % Function [Z, CCAEIGEN, CCADETAILS] = CCA(X, Y, EDGES, OPTS) computes a low % dimensional embedding Z in R^d that maximally preserves ang
www.eeworm.com/read/244790/12843805

m som_fuzzycolor.m

function [color,X]=som_fuzzycolor(sM,T,R,mode,initRGB,S) % SOM_FUZZYCOLOR Heuristic contraction projection/soft cluster color coding for SOM % % function [color,X]=som_fuzzycolor(map,[T],[R],[mode]
www.eeworm.com/read/143769/12845665

html intmatrix.html

Class IntMatrix
www.eeworm.com/read/143759/12847393

m nlgen.m

function y = nlgen (x, h, q) %NLGEN generates the output of a second order Volterra system % y = nlgen (x, h, q) % y(n) = sum_{k} h(k) x(n-k) + sum_{k} sum_{l} q(k,l) x(n-k)x(n-l) % the
www.eeworm.com/read/143759/12847428

m nlgen.m

function y = nlgen (x, h, q) %NLGEN generates the output of a second order Volterra system % y = nlgen (x, h, q) % y(n) = sum_{k} h(k) x(n-k) + sum_{k} sum_{l} q(k,l) x(n-k)x(n-l) % the
www.eeworm.com/read/143733/12847992

m plotbppats.m

function PlotBpPats(P,D) % PLOTPATS Plots the training patterns defined by Patterns and Desired. % % P - MxN matrix with N patterns of length M. % The first two values in each pattern a
www.eeworm.com/read/143706/12849502

m conffig.m

function fh=conffig(y, t) %CONFFIG Display a confusion matrix. % % Description % CONFFIG(Y, T) displays the confusion matrix and classification % performance for the predictions mat{y} compared with
www.eeworm.com/read/143706/12849544

m netgrad.m

function g = netgrad(w, net, x, t) %NETGRAD Evaluate network error gradient for generic optimizers % % Description % % G = NETGRAD(W, NET, X, T) takes a weight vector W and a network data % structure
www.eeworm.com/read/143706/12849928

m mlphess.m

function [h, hdata] = mlphess(net, x, t, hdata) %MLPHESS Evaluate the Hessian matrix for a multi-layer perceptron network. % % Description % H = MLPHESS(NET, X, T) takes an MLP network data structure
www.eeworm.com/read/143661/12852966

cpp xt6-10.cpp

#include using namespace std; int main() {void change(int *p); int a[5][5],*p,i,j; cout