代码搜索:Matrix
找到约 10,000 项符合「Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/220289/14843735
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/220289/14843748
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/220289/14843862
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/220155/14847952
m tspfun.m
%
% ObjVal = tspfun(Phen, Dist)
% Implementation of the TSP fitness function
% Phen contains the phenocode of the matrix coded in adjacency
% representation
% Dist is the matrix with precalculated dis
www.eeworm.com/read/219695/14869319
cc swap_rows.cc
//
// Copyright 1997, University of Notre Dame.
// Authors: Andrew Lumsdaine, Jeremy G. Siek
//
// This file is part of the Matrix Template Library
//
// You should have received a copy of the License
www.eeworm.com/read/219695/14869324
cc tri_solve.cc
//
// Copyright 1997, University of Notre Dame.
// Authors: Andrew Lumsdaine, Jeremy G. Siek
//
// This file is part of the Matrix Template Library
//
// You should have received a copy of the License
www.eeworm.com/read/219695/14869386
cc ilut.cc
//===========================================================================
// CVS Information:
//
www.eeworm.com/read/219695/14869456
cc vec_copy.cc
//
// Copyright 1997, University of Notre Dame.
// Authors: Andrew Lumsdaine, Jeremy G. Siek
//
// This file is part of the Matrix Template Library
//
// You should have received a copy of the License
www.eeworm.com/read/117961/14892579
cc shape.cc
/////////////////////////////////////////////////////////////
// Flash Plugin and Player
// Copyright (C) 1998,1999 Olivier Debon
//
// This program is free software; you can redistribute it and/or
/