代码搜索:Training

找到约 6,602 项符合「Training」的源代码

代码结果 6,602
www.eeworm.com/read/188449/8539345

cpp training.cpp

// Training.cpp: implementation of the Training class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "Training.h" ////////////////////
www.eeworm.com/read/188449/8539360

h training.h

// Training.h: interface for the Training class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_TRAINING_H__F4259243_EE47_11D6_A51F_00000E98E3F5__INCLU
www.eeworm.com/read/429242/8814245

m training.m

function codebook = training(train_dir,n); % train_dir : string name of directory contains all train sound files % n : number of train files in traindir % codebook : trained VQ codeboo
www.eeworm.com/read/186783/8910385

bmp training.bmp

www.eeworm.com/read/427166/8970756

focti training.focti

[Graph] Snapshot1Title=Snapshot 1 Snapshot2Title=Snapshot 2 Snapshot3Title=Snapshot 3 YAxisLabel=GAIN XAxisLabel=SAMPLE INDEX [ 0] ID (flux) Proportional Gain [Kp] | 0x3274 | 0.3942 Fract.
www.eeworm.com/read/381816/9069440

focti training.focti

[Graph] Snapshot1Title=Snapshot 1 Snapshot2Title=Snapshot 2 Snapshot3Title=Snapshot 3 YAxisLabel=GAIN XAxisLabel=SAMPLE INDEX [ 0] ID (flux) Proportional Gain [Kp] | 0x3274 | 0.3942 Fract.
www.eeworm.com/read/378824/9215530

m training.m

function S = Training() [f map] = imread('train.bmp'); f = ~f; imshow(f); f = bwmorph(f, 'thin', Inf); f = imdilate(f, ones(3,3)); [L, num] = bwlabel(f); S = regionprops(L, 'Image', 'Centro
www.eeworm.com/read/378824/9215535

asv training.asv

%function S = Training() [f map] = imread('train.bmp'); f = ~f; imshow(f); f = bwmorph(f, 'thin', Inf); [L, num] = bwlabel(f); S = regionprops(L, 'Image', 'Centroid'); for i = 1:10
www.eeworm.com/read/181381/9256988

itr training.itr

Iter.No. Error.Func. Av.Error(%) Av.Deviation(%) -------------------------------------------------------
www.eeworm.com/read/178772/9385675

cpp training.cpp

#include #include #include #include #include "svm.h" #define Malloc(type,n) (type *)malloc((n)*sizeof(type)) struct svm_parameter param; // set by pa