代码搜索:validation
找到约 7,219 项符合「validation」的源代码
代码结果 7,219
www.eeworm.com/read/197550/7986402
m rjnn.m
function [k,mu,alpha,sigma,nabla,delta,ypred,ypredv,post] = rjnn(x,y,chainLength,Ndata,bFunction,par,xv,yv);
%
% =============================
if nargin < 5, error('Not enough input arguments.'); end;
www.eeworm.com/read/244076/12891904
m psplit.m
function [tx,ty,vx,vy]=pslit(x,y,p)
%
% Positional percentage split
%
% p defines the position to split the data
% 0-p (%) = training
% p-100 (%) = validation
%
[D L]=size(x);
tsiz
www.eeworm.com/read/241276/13159069
m trainnet.m
function [net,epochs,rms] = trainnet(in,targets,S1,validation)
% WBL 22 August 2002 Use P450 training data to train Matlab MLP Nural Network
% $Revision: 1.5 $ $Date: 2002/10/31 11:22:31 $
%WBL 13 S
www.eeworm.com/read/323831/13313960
h kfold.h
// Copyright (C) 2003 Ronan Collobert (collober@idiap.ch)
// and Samy Bengio (bengio@idiap.ch)
//
// This file is part of Torch 3.
//
// All rights reserved.
//
www.eeworm.com/read/137229/13338547
m psplit.m
function [tx,ty,vx,vy]=pslit(x,y,p)
%
% Positional percentage split
%
% p defines the position to split the data
% 0-p (%) = training
% p-100 (%) = validation
%
[D L]=size(x);
tsiz
www.eeworm.com/read/137160/13342332
m testp.m
%TESTP Error estimation of Parzen classifier
%
% E = TESTP(A,H,T)
% E = TESTP(A,H)
%
% INPUT
% A input dataset
% H matrix smoothing parameters (optional, def: determined via
%
www.eeworm.com/read/314653/13562553
m testp.m
%TESTP Error estimation of Parzen classifier
%
% E = TESTP(A,H,T)
% E = TESTP(A,H)
%
% INPUT
% A input dataset
% H matrix smoothing parameters (optional, def: determined via
%
www.eeworm.com/read/313721/13581712
m rjnn.m
function [k,mu,alpha,sigma,nabla,delta,ypred,ypredv,post] = rjnn(x,y,chainLength,Ndata,bFunction,par,xv,yv);
%
% =============================
if nargin < 5, error('Not enough input arguments.'); end;
www.eeworm.com/read/151651/5680097
java validationeditorsupport.java
/*
* WebWork, Web Application Framework
*
* Distributable under Apache license.
* See terms of license at opensource.org
*/
package webwork.action;
import java.beans.PropertyEditorSupport;
/**
www.eeworm.com/read/151482/5681259
java accountvalidator.java
package org.springframework.samples.jpetstore.domain.logic;
import org.springframework.samples.jpetstore.domain.Account;
import org.springframework.validation.Errors;
import org.springframework.v