代码搜索:validate
找到约 3,608 项符合「validate」的源代码
代码结果 3,608
www.eeworm.com/read/278889/10490429
m validate.m
function [cost,nmodel,output] = validate(model, Xtrain, Ytrain, Xtest, Ytest,estfct, trainfct, simfct)
% Validate a trained model on a fixed validation set
%
% >> cost = validate({X,Y,type,gam,sig2}
www.eeworm.com/read/278743/10513917
js validate.js
function checkstring(name,data,allowednull)
{
var datastr = data;
var lefttrim = datastr.search(/\S/gi);
if (lefttrim == -1) {
if (allowednull) {
return 1;
} else {
alert
www.eeworm.com/read/422757/10612619
h validate.h
#ifndef VALIDATE_H
#define VALIDATE_H
bool ValidateAll();
bool TestSettings();
bool ZKValidate();
bool MD2Validate();
bool MD5Validate();
bool SHAValidate();
bool HAVALValidate();
bool
www.eeworm.com/read/159300/10671685
js validate.js
function checkstring(name,data,allowednull)
{
var datastr = data;
var lefttrim = datastr.search(/\S/gi);
if (lefttrim == -1) {
if (allowednull) {
return 1;
} else {
alert
www.eeworm.com/read/421949/10676025
m validate.m
function [cost,nmodel,output] = validate(model, Xtrain, Ytrain, Xtest, Ytest,estfct, trainfct, simfct)
% Validate a trained model on a fixed validation set
%
% >> cost = validate({X,Y,type,gam,sig2}
www.eeworm.com/read/350576/10731141
js validate.js
function isEmail(vEMail)
{
var regInvalid=/(@.*@)|(\.\.)|(@\.)|(\.@)|(^\.)/;
var regValid=/^.+\@(\[?)[a-zA-Z0-9\-\.]+\.([a-zA-Z]{2,3}|[0-9]{1,3})(\]?)$/;
return (!regInvalid.test(vEMail)&®Va
www.eeworm.com/read/348724/10870726
js validate.js
function checkstring(name,data,allowednull)
{
var datastr = data;
var lefttrim = datastr.search(/\S/gi);
if (lefttrim == -1) {
if (allowednull) {
return 1;
} else {
alert
www.eeworm.com/read/274306/10877682
h validate.h
#ifndef VALIDATE_H
#define VALIDATE_H
bool ValidateAll();
bool TestSettings();
bool ZKValidate();
bool MD2Validate();
bool MD5Validate();
bool SHAValidate();
bool HAVALValidate();
bool