代码搜索:sparse
找到约 3,324 项符合「sparse」的源代码
代码结果 3,324
www.eeworm.com/read/409299/2234938
m sparsealignmentstest.m
%A script to test sparse aligments (a bit)
clear;
rand('state',22);
numExamples = 15;
numFeatures = 10;
tol = 10^-5;
X = rand(numExamples, numFeatures);
Y = sign(rand(numExamples, 1)
www.eeworm.com/read/409299/2234968
m dualmaxsparsetargetalignment.m
function b = dualMaxSparseTargetAlignment(K, Kj, Y, Yj)
%A function to compute the maximum sparse target alignment vector between matrix
%K and vector y
%We just use the example with the highest ta
www.eeworm.com/read/409299/2234974
svn-base dualmaxsparsecovariance.m.svn-base
function b = dualMaxSparseCovariance(K, Kj, Y, Yj)
%A function to compute the maximum sparse covariance vector between matrix
%K and vector y
%We just use the example with the highest absolute cova
www.eeworm.com/read/409299/2234975
svn-base dualmaxsparsevariance.m.svn-base
function b = dualMaxSparseVariance(K, Kj, Y, Yj)
%A function to compute the maximum sparse variance vector between matrix
%K and vector y
%We just use the example with the highest absolute variance
www.eeworm.com/read/409299/2234982
svn-base dualmaxsparsetargetalignment.m.svn-base
function b = dualMaxSparseTargetAlignment(K, Kj, Y, Yj)
%A function to compute the maximum sparse target alignment vector between matrix
%K and vector y
%We just use the example with the highest ta
www.eeworm.com/read/409299/2234988
m dualmaxsparsecovariance.m
function b = dualMaxSparseCovariance(K, Kj, Y, Yj)
%A function to compute the maximum sparse covariance vector between matrix
%K and vector y
%We just use the example with the highest absolute cova
www.eeworm.com/read/409299/2234989
m dualmaxsparsevariance.m
function b = dualMaxSparseVariance(K, Kj, Y, Yj)
%A function to compute the maximum sparse variance vector between matrix
%K and vector y
%We just use the example with the highest absolute variance
www.eeworm.com/read/409299/2235060
m maxsparsecovariance.m
function u = maxSparseCovariance(X, y)
%A function to compute the maximum sparse covariance vector between matrix X
%and vector y
%
%inputs
%X data matrix with examples as rows
%y labels colum
www.eeworm.com/read/409299/2235065
svn-base maxsparsecovariance.m.svn-base
function u = maxSparseCovariance(X, y)
%A function to compute the maximum sparse covariance vector between matrix X
%and vector y
%
%inputs
%X data matrix with examples as rows
%y labels colum
www.eeworm.com/read/409299/2235069
svn-base maxsparsetargetalignment.m.svn-base
function u = maxSparseTargetAlignment(X, y)
%A function to compute the maximum sparse target alignment vector between matrix X
%and vector y
%
%inputs
%X data matrix with examples as rows
%y l