代码搜索:optional
找到约 6,947 项符合「optional」的源代码
代码结果 6,947
www.eeworm.com/read/149739/12352716
m gridsize.m
%GRIDSIZE Set gridsize used in the plot commands
%
% O = GRIDSIZE(N)
%
% INPUT
% N New grid size (optional, default: display current gridsize)
%
% OUTPUT
% O New grid size (optional)
%
www.eeworm.com/read/149739/12353922
m svc_nu.m
%SVC_NU Support Vector Classifier: NU algorithm
%
% [W,J,C] = SVC(A,TYPE,PAR,NU,MC,PD)
%
% INPUT
% A Dataset
% TYPE Type of the kernel (optional; default: 'p')
% PAR Kernel parameter (o
www.eeworm.com/read/250401/12408215
diz file_id.diz
FIND tools for DOS, ver 2.3
XFIND scans all given files for a string,
reports files by name for further handling.
TFIND searches for strings (Boolean AND)
in a file; optional field specificaton
f
www.eeworm.com/read/336887/12411330
m calcgenfracdimen.m
function d = CalcGenFracDimen(tau,q,scale)
% CalcGenFracDimen -- Calculate Generalized Fractal dimensions
% Usage
% d = CalcGenFracDimen(z,q,scale)
% Inputs
% tau matrix nexp by nsc
www.eeworm.com/read/336887/12411400
m calcfracspectrum.m
function f = CalcFracSpectrum(tau,q,alpha)
% CalcFracSpectrum -- Calculate Spectrum of Local Scaling Exponents
% Usage
% f = CalcFracSpectrum(z,q,alpha)
% Inputs
% tau matrix 1 by n
www.eeworm.com/read/233557/14146964
pas jwaprofinfo.pas
{******************************************************************************}
{ }
{ Profile Info Structures API interface Uni
www.eeworm.com/read/128193/14311493
m train.m
function net = train(tutor, x, y, C, kernel, zeta, net)
% TRAIN
%
% Train a support vector classification network, using the sequential minimal
% optimisation algorithm.
%
% net = train(tut