代码搜索:construct
找到约 6,584 项符合「construct」的源代码
代码结果 6,584
www.eeworm.com/read/201218/15413198
m kernel_matrix.m
function omega = kernel_matrix(Xtrain,kernel_type, kernel_pars,Xt)
% Construct the positive (semi-) definite and symmetric kernel matrix
%
% >> Omega = kernel_matrix(X, kernel_fct, sig2)
%
% This ma
www.eeworm.com/read/108886/15570888
txt see5sam.txt
To run See5Sam.exe from a command prompt window:
* Make sure that you have run See5 on your application to construct
the kind of classifier that you want to use.
* Put See5Sam.exe in the
www.eeworm.com/read/289680/8535024
m rbf.m
function ker = rbf(arg)
% RBF
%
% Construct a Gaussian radial basis function (RBF) kernel object,
%
% K(x1, x2) = exp(-gamma.*sum((x1 - x2).^2))
%
% Examples:
%
% % default constructo
www.eeworm.com/read/188280/8552165
m rbf.m
function ker = rbf(arg)
% RBF
%
% Construct a Gaussian radial basis function (RBF) kernel object,
%
% K(x1, x2) = exp(-gamma.*sum((x1 - x2).^2))
%
% Examples:
%
% % default constructo
www.eeworm.com/read/288011/8655186
m uwb.m
%JC 3/7/08
%UWB Transmitter/Receiver using BPSK Continuous Wave
%Run from editor debug(F5).
%m-file uses random data which BPSK modulates a
%carrier to construct a BPSK UWB transmitter. The recei
www.eeworm.com/read/381133/9108044
h tblock.h
#ifndef __TBLOCK_H
#define __TBLOCK_H
#include
const TUint8 BLOCKNUM = 15;
class TBlock
{
// construct
public:
TBlock() : iType(0), iRot(0)
{}
TBlock(TUint8 aType,
www.eeworm.com/read/183443/9158858
m rbf.m
function ker = rbf(arg)
% RBF
%
% Construct a Gaussian radial basis function (RBF) kernel object,
%
% K(x1, x2) = exp(-gamma.*sum((x1 - x2).^2))
%
% Examples:
%
% % default constructo
www.eeworm.com/read/181389/9256474
m rbf.m
function ker = rbf(arg)
% RBF
%
% Construct a Gaussian radial basis function (RBF) kernel object,
%
% K(x1, x2) = exp(-gamma.*sum((x1 - x2).^2))
%
% Examples:
%
% % default constructo
www.eeworm.com/read/181388/9256617
m rbf.m
function ker = rbf(arg)
% RBF
%
% Construct a Gaussian radial basis function (RBF) kernel object,
%
% K(x1, x2) = exp(-gamma.*sum((x1 - x2).^2))
%
% Examples:
%
% % default constructo
www.eeworm.com/read/377944/9256951
txt overloading overriding runtime type and object orientation (2).txt
作者:jeru
email: jeru@163.net
日期:7/3/2001 10:02:33 AM
Objective 3)
Write code to construct instances of any concrete class including normal top level classes inner classes static inner classes and