Main Page | Directories | File List | File Members | Related Pages

RandomForest.c File Reference

#include "party.h"

Include dependency graph for RandomForest.c:

Go to the source code of this file.

Functions

SEXP R_Ensemble (SEXP learnsample, SEXP weights, SEXP fitmem, SEXP controls, SEXP ntrees)


Detailed Description

Random forest with conditional inference trees

Author:
Author
hothorn
Date:
Date
2006-02-14 11:35:22 +0100 (Di, 14 Feb 2006)

Definition in file RandomForest.c.


Function Documentation

SEXP R_Ensemble SEXP  learnsample,
SEXP  weights,
SEXP  fitmem,
SEXP  controls,
SEXP  ntrees
 

An experimental implementation of random forest like algorithms

Parameters:
learnsample an object of class `LearningSample'
weights a vector of case weights
fitmem an object of class `TreeFitMemory'
controls an object of class `TreeControl'
ntrees number of trees grown

Definition at line 22 of file RandomForest.c.

References C_init_node(), C_TreeGrow(), get_maxsurrogate(), get_ninputs(), get_nobs(), get_splitctrl(), ncol(), NODE_LENGTH, PL2_jointtransfSym, PL2_responsesSym, and S3get_nodeweights().

Here is the call graph for this function:


Generated on Thu Feb 16 09:12:30 2006 for party by  doxygen 1.4.2