代码搜索:validation

找到约 7,219 项符合「validation」的源代码

代码结果 7,219
www.eeworm.com/read/220696/14791538

m grminedgecover.m

function nMC=grMinEdgeCover(E) % Function nMC=grMinEdgeCover(E) solve the minimal edge cover problem. % Input parameter: % E(m,2) or (m,3) - the edges of graph and their weight; % 1st and 2
www.eeworm.com/read/220696/14791550

m grminabsedgeset.m

function nMS=grMinAbsEdgeSet(E) % Function nMS=grMinAbsEdgeSet(E) solve the minimal absorbant set problem % for the graph edges. % Input parameter: % E(m,2) or (m,3) - the edges of graph and
www.eeworm.com/read/220696/14791553

m grmaxmatch.m

function nMM=grMaxMatch(E) % Function nMM=grMaxMath(E) solve the maximal matching problem. % Input parameter: % E(m,2) or (m,3) - the edges of graph and their weight; % 1st and 2nd elements
www.eeworm.com/read/220696/14791569

m grmaxstabset.m

function nMS=grMaxStabSet(E,d) % Function nMS=grMaxStabSet(E,d) solve the maximal stable set problem. % Input parameters: % E(m,2) - the edges of graph; % 1st and 2nd elements of each row i
www.eeworm.com/read/220696/14791572

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/220696/14791581

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/411070/11257551

java onerattributeeval.java

/* * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either vers
www.eeworm.com/read/249499/12491101

r mvr.r

### mvr.R: plsr/pcr modelling functions ### ### $Id: mvr.R 135 2007-09-06 08:50:04Z bhm $ ### ### The top level user function. Implements a formula interface and calls the ### correct fit function to
www.eeworm.com/read/249499/12491180

rd validationplot.rd

%% $Id: validationplot.Rd 149 2007-10-17 12:22:40Z bhm $ \encoding{latin1} \name{validationplot} \alias{validationplot} \alias{plot.mvrVal} \title{Validation Plots} \description{ Functions to plot v
www.eeworm.com/read/248950/12531340

m demsvm3.m

function demsvm3() % DEMSVM3 - Sample code for the use of SVMCV (parameter selection) % % This function is not meant to be executed! % % Given a data set with examples X and labels Y. % First,