代码搜索:optional
找到约 6,947 项符合「optional」的源代码
代码结果 6,947
www.eeworm.com/read/255755/12058283
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/255577/12072272
asv f_spec.asv
function [A,phi,S,f] = f_spec (x,N,fs)
%F_SPEC: Compute magnitude, phase, and power density spectra
%
% Usage: [A,phi,S,f] = f_spec (x,N,fs);
%
% Inputs:
% x = vector of length M con
www.eeworm.com/read/255577/12072855
m f_spec.m
function [A,phi,S,f] = f_spec (x,N,fs)
%F_SPEC: Compute magnitude, phase, and power density spectra
%
% Usage: [A,phi,S,f] = f_spec (x,N,fs);
%
% Inputs:
% x = vector of length M con
www.eeworm.com/read/152625/12096303
h connection.h
// OraLib 0.0.3 / 2002-06-30
// connection.h
//
// http://606u.dir.bg/
// 606u@dir.bg
#ifndef _CONNECTION_H
#define _CONNECTION_H
namespace oralib {
class statement;
class resultset
www.eeworm.com/read/152625/12096307
h error.h
// OraLib 0.0.3 / 2002-06-30
// error.h
//
// http://606u.dir.bg/
// 606u@dir.bg
#ifndef _ERROR_H
#define _ERROR_H
namespace oralib {
// error codes thrown from the library
enum Err
www.eeworm.com/read/150905/12248349
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/150905/12249666
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/251528/12339477
m erts_smooth1.m
%ERTS_SMOOTH1 Extended Rauch-Tung-Striebel smoother
%
% Syntax:
% [M,P,D] = ERTS_SMOOTH1(M,P,A,Q,[a,W,param,same_p])
%
% In:
% M - NxK matrix of K mean estimates from Unscented Kalman filter
%