代码搜索:Testing
找到约 10,000 项符合「Testing」的源代码
代码结果 10,000
www.eeworm.com/read/343598/11940599
m elm.m
function [TrainingTime, TrainingAccuracy, TestingAccuracy] = elm(TrainingData_File, TestingData_File, NumberofHiddenNeurons, ActivationFunction, Elm_Type)
% Usage: elm(TrainingData_File, TestingDat
www.eeworm.com/read/257170/11946293
m test_set.m
%%%%%%%%%%%%%%%%%%%%%%%%%% Testing %%%%%%%%%%%%%%%%%%%%%%%%%%
function E=Test_Set(TestSet,Training)
% 计算各类错误率e1,e2 和总错误率e
X=TestSet.X';
E=[0,0;0,0;0,0;0,0];
for tk=1:4
switch tk
case 1,
b=
www.eeworm.com/read/226000/14504306
todo
* Clipboard:
* Support other data types than plain text.
* Conversion between different character sets.
* Drive Redirection:
* Real support for file locking
* Handle reconnections co
www.eeworm.com/read/115330/15017605
c teststr.c
/* -----------------------------------------------------------------
Name: teststr.c
Title: Test program for string functions
Package: Standard Function Library (