代码搜索:Mat2
找到约 74 项符合「Mat2」的源代码
代码结果 74
www.eeworm.com/read/449504/7502313
m vecdist.m
function distmat = vecdist(mat1, mat2)
% VECDIST Distance between two set of vectors
% VECDIST(MAT1, MAT2) returns the distance matrix between two
% set of vectors MAT1 and MAT2. The element at row
www.eeworm.com/read/442927/7641754
m vecdist.m
function distmat = vecdist(mat1, mat2)
% VECDIST Distance between two set of vectors
% VECDIST(MAT1, MAT2) returns the distance matrix between two
% set of vectors MAT1 and MAT2. The element at row
www.eeworm.com/read/442927/7641758
m cossimilarity.m
function cosine = cosSimilarity(mat1, mat2)
% cosSimilarity: Cosine of the angles betweeen two set of vectors
% Usage: cosine = cosSimilarity(mat1, mat2)
% Returns the cosine of the angles between
www.eeworm.com/read/143498/12870433
m vecdist.m
function distmat = vecdist(mat1, mat2)
% VECDIST Distance between two set of vectors
% VECDIST(MAT1, MAT2) returns the distance matrix between two
% set of vectors MAT1 and MAT2. The element at row
www.eeworm.com/read/301156/13865472
m vecdist.m
function distmat = vecdist(mat1, mat2)
% VECDIST Distance between two set of vectors
% VECDIST(MAT1, MAT2) returns the distance matrix between two
% set of vectors MAT1 and MAT2. The element at row
www.eeworm.com/read/414953/11090501
m cosfn.m
function [S] = cosFn(mat1,mat2),
%mat2 = mat2(:,1:200);
denom = sum(mat1.^2,1)'*sum(mat2'.^2,2)';
denom (find(denom==0)) = 0.00000000000000000000001;
numer = mat1'*mat2;
S = numer./denom;
www.eeworm.com/read/141300/5771168
c polyfit.c
#include
#include
#ifdef HAVE_STRING_H
#include
#endif
#include "polyfit.h"
#include "polyeval.h"
/* Takes n = (degree+1) doubles, and fills in result with the n
* co
www.eeworm.com/read/289487/8548560
m calcdistance.m
function [distance]=calcdistance(x1,x2)
%
% fonction de calcul de la distance
% notament utiles pour knn
%
if nargin
www.eeworm.com/read/428269/8880239
m calcdistance.m
function [distance]=calcdistance(x1,x2)
%
% fonction de calcul de la distance
% notament utiles pour knn
%
if nargin
www.eeworm.com/read/458392/7297155
m calcdistance.m
function [distance]=calcdistance(x1,x2)
%
% fonction de calcul de la distance
% notament utiles pour knn
%
if nargin