代码搜索:preprocessing
找到约 856 项符合「preprocessing」的源代码
代码结果 856
www.eeworm.com/read/400577/11573346
m pls_apply.m
%pls_apply Partial Least Squares (applying)
%
% Y = pls_apply(X,B)
% Y = pls_apply(X,B,Options)
%
% INPUT
% X [N -by- d_X] the input data matrix, N samples, d_X variables
% B [d_X
www.eeworm.com/read/386050/8768611
m dyadic.m
%DYADIC Dyadic datafile operations
%
% C = DYADIC(A,P,B,Q)
%
% Computes C = P*A + Q*B
%
% This datafile operation is, like others, either stored as
% a preprocessing or as a postprocessing for
www.eeworm.com/read/386050/8768652
m setpreproc.m
%SETPREPROC Set the PREPROC field of a datafile
%
% A = SETPREPROC(A,PREPROC,PARS)
% A = SETPREPROC(A,PSTRUCT)
% A = SETPREPROC(A)
%
% INPUT
% A - Datafile
% PREPROC - String with prep
www.eeworm.com/read/386050/8768800
m addpreproc.m
%ADDPREPROC Add commands in the PREPROC field of a datafile
%
% A = ADDPREPROC(A,PREPROC,PARS,OUTSIZE)
%
% INPUT
% A - Datafile
% PREPROC - String with preprocessing command
% PARS -
www.eeworm.com/read/426833/8996531
m ghm.m
function b=GHM(a)
%GHM Single-level discrete 2-D multiwavelet transform.
% GHM performs a single-level 2-D multiwavelet decomposition
% using GHM multiwavelet with four multi-filters
%
% Y
www.eeworm.com/read/464843/7060875
m pic2vec.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Main function for the fingerprint identification
% gets the character vector from the fingerprint picture
% written by z
www.eeworm.com/read/299984/7140444
m dyadic.m
%DYADIC Dyadic datafile operations
%
% C = DYADIC(A,P,B,Q)
%
% Computes C = P*A + Q*B
%
% This datafile operation is, like others, either stored as
% a preprocessing or as a postprocessing for
www.eeworm.com/read/299984/7140458
m setpreproc.m
%SETPREPROC Set the PREPROC field of a datafile
%
% A = SETPREPROC(A,PREPROC,PARS)
% A = SETPREPROC(A,PSTRUCT)
% A = SETPREPROC(A)
%
% INPUT
% A - Datafile
% PREPROC - String with prep
www.eeworm.com/read/299984/7140498
m addpreproc.m
%ADDPREPROC Add commands in the PREPROC field of a datafile
%
% A = ADDPREPROC(A,PREPROC,PARS,OUTSIZE)
%
% INPUT
% A - Datafile
% PREPROC - String with preprocessing command
% PARS -