代码搜索:split
找到约 9,328 项符合「split」的源代码
代码结果 9,328
www.eeworm.com/read/376531/9315249
rd gettree.rd
\name{getTree}
\alias{getTree}
\title{Extract a single tree from a forest.}
\description{
This function extract the structure of a tree from a
\code{randomForest} object.
}
\usage{
getTree(rfobj,
www.eeworm.com/read/375212/9368823
m pcrcvrnd.m
function [press,cumpress,minpc,b,p,qlim,t2lim,tvar] = pcrcvrnd(x,y,split,iter,pc,np,mc)
%PCRCVRND Cross validation for PCR models
% Inputs are the matrix of predictor variables (x), matrix
% of p
www.eeworm.com/read/375212/9368840
m ridgecv.m
function [b,thetamin,cumpress] = ridgecv(xblock,yblock,thetamax,divs,split);
%RIDGECV Ridge regression by cross validation
% This function calculates a ridge regression model and uses
% cross-val
www.eeworm.com/read/375212/9368884
m crcvrnd.m
function [press,fiterr,minlvp,b] = crcvrnd(x,y,split,iter,lv,powers,ss,mc)
%CRCVRND Cross validation for CR models using SDEP
% Inputs are the matrix of predictor variables (x), matrix
% of predi
www.eeworm.com/read/375212/9369123
m pcrcvblk.m
function [press,cumpress,minpc,b,p,qlim,t2lim,tvar] = pcrcvblk(x,y,split,pc,np,mc)
%PCRCVBLK Cross validation for PCR models using contiguous blocks
% Inputs are the matrix of predictor variables (
www.eeworm.com/read/375212/9369126
m plscvrnd.m
function [press,cumpress,minlv,b,r,w,p,qlim,t2lim,tvar] = plscvrnd(x,y,split,iter,lv,np,mc)
%PLSCVRND PLS Cross Validation using random re-ordering of test data
% Inputs are the matrix of predictor
www.eeworm.com/read/375212/9369133
m plscvblk.m
function [press,cumpress,minlv,b,r,w,p,qlim,t2lim,tvar] = plscvblk(x,y,split,lv,np,mc)
%PLSCVBLK Cross validation for PLS using contiguous data blocks
% Inputs are the matrix of predictor variables
www.eeworm.com/read/373628/9445570
gettree
getTree package:randomForest R Documentation
_E_x_t_r_a_c_t _a _s_i_n_g_l_e _t_r_e_e _f_r_o_m _a _f_o_r_e_s_t.
_D_e_s_c_r_i_p_t_i_o