代码搜索:sparse

找到约 3,324 项符合「sparse」的源代码

代码结果 3,324
www.eeworm.com/read/436207/1850416

howto-svmlight-weka

1) Create a 'sparse' directory in weka/classifiers and put SVMlight.java there. 2) Look at the directories for SVMlight binaries and temporary files which are defined on lines 65 and 67 in SVMligh
www.eeworm.com/read/432906/1886799

mkbuildtree

#!/bin/bash # mkbuildtree # # Creates symbolic links in for the sparse tree # in the current directory. # Script to determine the relative path between two directories. # C
www.eeworm.com/read/409299/2234930

svn-base sparsealignmentstest2.m.svn-base

%A script to test the efficiency of sparse alignments clear; rand('state',22); numExamples = 2000; numFeatures = 500; tol = 10^-5; X = rand(numExamples, numFeatures); Y = sign(rand(numE
www.eeworm.com/read/409299/2234936

m sparsealignmentstest2.m

%A script to test the efficiency of sparse alignments clear; rand('state',22); numExamples = 2000; numFeatures = 500; tol = 10^-5; X = rand(numExamples, numFeatures); Y = sign(rand(numE
www.eeworm.com/read/409299/2235039

m sparsecorrelationstest.m

%A script to test sparse correlations clear; rand('state',22); numExamples = 15; numXFeatures = 10; numYFeatures = 20; tol = 10^-5; X = rand(numExamples, numXFeatures); Y = rand(num
www.eeworm.com/read/409299/2235042

svn-base sparsecorrelationstest.m.svn-base

%A script to test sparse correlations clear; rand('state',22); numExamples = 15; numXFeatures = 10; numYFeatures = 20; tol = 10^-5; X = rand(numExamples, numXFeatures); Y = rand(num
www.eeworm.com/read/385462/2589001

mkbuildtree

#!/bin/bash # mkbuildtree # # Creates symbolic links in for the sparse tree # in the current directory. # Script to determine the relative path between two directories. # C
www.eeworm.com/read/367160/9778560

f slatm3.f

REAL FUNCTION SLATM3( M, N, I, J, ISUB, JSUB, KL, KU, $ IDIST, ISEED, D, IGRADE, DL, DR, IPVTNG, IWORK, $ SPARSE ) * * -- LAPACK auxili
www.eeworm.com/read/205036/15328858

m ctranspose.m

function ctranspose(x) %CTRANSPOSE is not defined for sparse tensors. % % See also SPTENSOR/PERMUTE. % %MATLAB Tensor Toolbox. %Copyright 2007, Sandia Corporation. % This is the MATLAB Ten
www.eeworm.com/read/205036/15328861

m transpose.m

function transpose(x) %TRANSPOSE is not defined on sparse tensors. % % See also SPTENSOR/PERMUTE. % %MATLAB Tensor Toolbox. %Copyright 2007, Sandia Corporation. % This is the MATLAB Tensor