代码搜索:Matrix
找到约 10,000 项符合「Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/253950/12173859
htm mdnfwd.htm
Netlab Reference Manual mdnfwd
mdnfwd
Purpose
Forward propagation through Mixture Density Network.
Synopsis
mix
www.eeworm.com/read/253950/12173880
htm glmhess.htm
Netlab Reference Manual glmhess
glmhess
Purpose
Evaluate the Hessian matrix for a generalised linear model.
Synopsis
www.eeworm.com/read/253950/12173966
htm rbfhess.htm
Netlab Reference Manual rbfhess
rbfhess
Purpose
Evaluate the Hessian matrix for RBF network.
Synopsis
h = rbfhe
www.eeworm.com/read/253950/12173971
htm confmat.htm
Netlab Reference Manual confmat
confmat
Purpose
Compute a confusion matrix.
Synopsis
[C, rate] = confmat(y, t)
www.eeworm.com/read/253950/12173981
htm rbfbkp.htm
Netlab Reference Manual rbfbkp
rbfbkp
Purpose
Backpropagate gradient of error function for RBF network.
Synopsis
www.eeworm.com/read/253950/12174138
htm mlphess.htm
Netlab Reference Manual mlphess
mlphess
Purpose
Evaluate the Hessian matrix for a multi-layer perceptron network.
Synopsis
www.eeworm.com/read/253950/12174155
htm knnfwd.htm
Netlab Reference Manual knnfwd
knnfwd
Purpose
Forward propagation through a K-nearest-neighbour classifier.
Synopsis
www.eeworm.com/read/253853/12182190
cpp wmbase.cpp
/*++
Copyright (c) 2005 Microsoft Corporation
All rights reserved.
THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT
www.eeworm.com/read/339987/12188927
m fratfd.m
function [r, m] = fratfd(f)
% FRATFD Folded Finite Radon Transform
%
% [r, m] = fratfd(f)
%
% Input:
% f: a N by N matrix where (2N-1) is a prime number.
%
% Output:
%
www.eeworm.com/read/339987/12188939
c fratc.c
/* Finite Radon Transform
*
* Author: Minh N. Do
*
* Version history:
* November 1999: First running version
* June 2000: Modified variable name to conform with the paper
* Changed the