代码搜索:corresponding
找到约 4,250 项符合「corresponding」的源代码
代码结果 4,250
www.eeworm.com/read/427515/7095567
m design.m
function y=design(x)
% DESIGN
% DESIGN(x) creates a matrix of 1 and 0 corresponding to x
% y: Rows(x) x Max(x)
i=1:1:rows(x);
k=ones(rows(x),1);
s=sparse(i,x,k,rows(x),max(x));
y=full(
www.eeworm.com/read/286802/7107656
m gui_help.m
function gui_help(which_help)
%
% Used by FASTICAG
% All the help texts and title used by GUI are stored here.
% Make changes here.
% Also displays the helpwindow with the selected text
% @(#)$Id:
www.eeworm.com/read/299984/7140029
m remclass.m
%REMCLASS Remove small classes
%
% B = REMCLASS(A,N)
%
% INPUT
% A Dataset
% N Integer, maximum class size to be removed (optional; default 0)
%
% OUTPUT
% B Dataset
%
% DESCR
www.eeworm.com/read/299984/7140621
m setlabels.m
%SETLABELS Reset labels of mapping
%
% W = SETLABELS(W,LABELS,J)
%
% Resets the LABELS field of the mapping W. If the index vector J
% is given, just the corresponding labels are updated.
www.eeworm.com/read/460435/7250504
m remclass.m
%REMCLASS Remove small classes
%
% B = REMCLASS(A,N)
%
% INPUT
% A Dataset
% N Integer, maximum class size to be removed (optional; default 0)
%
% OUTPUT
% B Dataset
%
% DESCR
www.eeworm.com/read/460435/7251097
m setlabels.m
%SETLABELS Reset labels of mapping
%
% W = SETLABELS(W,LABELS,J)
%
% Resets the LABELS field of the mapping W. If the index vector J
% is given, just the corresponding labels are updated.
www.eeworm.com/read/456938/7336773
m slowdown.m
function Slowdown
%This function is used for running the program with lower speed
global PAUSE
global TIMES
TIMES=TIMES-1; %When this function is called, TIMES reduces 1 automatically
%Se
www.eeworm.com/read/451308/7467617
txt stopwords.txt
a
associates
able
about
above
according
accordingly
across
actually
after
afterwards
again
against
all
allow
allows
almost
alone
along
already
also
although
always
am
among
amongst
an
and
another
any
www.eeworm.com/read/451308/7467645
txt stopwords.txt
a
associates
able
about
above
according
accordingly
across
actually
after
afterwards
again
against
all
allow
allows
almost
alone
along
already
also
although
always
am
among
amongst
an
and
another
any