代码搜索:validation
找到约 7,219 项符合「validation」的源代码
代码结果 7,219
www.eeworm.com/read/448636/7528858
m grminvercover.m
function nMC=grMinVerCover(E,d)
% Function nMC=grMinVerCover(E,d) solve the minimal vertex cover problem.
% Input parameters:
% E(m,2) - the edges of graph;
% 1st and 2nd elements of each r
www.eeworm.com/read/448628/7528914
m grcolver.m
function nCol=grColVer(E)
% function nCol=grColVer(E) solve the color graph problem
% for vertexes of the graph.
% Input parameter:
% E(m,2) - the edges of graph;
% 1st and 2nd elements of
www.eeworm.com/read/448628/7528921
m grcoledge.m
function mCol=grColEdge(E)
% function mCol=grColEdge(E) solve the color graph problem
% for edges of the graph.
% Input parameter:
% E(m,2) - the edges of graph;
% 1st and 2nd elements of
www.eeworm.com/read/443673/7629228
m gasen.m
function [err] = gasen(trainset,testset,validset,populationsize,selthreshold,hiddenunitno,maxepoch)
%
% use GASEN to create an ensemble of BP networks
% function [err] = gasen(trainset,testset,vali
www.eeworm.com/read/441245/7673395
m featrank.m
%FEATRANK Feature ranking on individual performance for classification
%
% [I,F] = FEATRANK(A,CRIT,T)
%
% INPUT
% A input dataset
% CRIT string name of a method or untrained mapp
www.eeworm.com/read/137160/13342593
m featrank.m
%FEATRANK Feature ranking on individual performance for classification
%
% [I,F] = FEATRANK(A,CRIT,T)
%
% INPUT
% A input dataset
% CRIT string name of a method or untrained mapp
www.eeworm.com/read/314653/13562697
m featrank.m
%FEATRANK Feature ranking on individual performance for classification
%
% [I,F] = FEATRANK(A,CRIT,T)
%
% INPUT
% A input dataset
% CRIT string name of a method or untrained mapp
www.eeworm.com/read/151154/5685827
old entries.extra.old
/usb.h///1118749220/
/usb_compile_time_validation.h///1118749220/
/usbmmap.c///1118749220/
/usbmmap.h///1118749220/
www.eeworm.com/read/136985/5839757
java dynavalidatorform.java
/*
* $Header: /sfroot/cvs/esimple/src/core/org/apache/struts/validator/DynaValidatorForm.java,v 1.1.1.1 2004/09/08 06:38:45 lava Exp $
* $Revision: 1.1.1.1 $
* $Date: 2004/09/08 06:38:45 $
*
www.eeworm.com/read/123026/6063804
txt about.txt
Input Validation sample
Purpose
~~~~~~~
To demonstrate one way of validating input using the ATL Server architecture.
This sample shows:
* Separation of developer and designer tasks
*