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 bwhere, SEXP bweights, SEXP fitmem, SEXP controls)


Detailed Description

Random forest with conditional inference trees

Author:
Author
hothorn
Date:
Date
2007-07-23 10:09:38 +0200 (Mon, 23 Jul 2007)

Definition in file RandomForest.c.


Function Documentation

SEXP R_Ensemble SEXP  learnsample,
SEXP  weights,
SEXP  bwhere,
SEXP  bweights,
SEXP  fitmem,
SEXP  controls
 

An experimental implementation of random forest like algorithms

Parameters:
learnsample an object of class `LearningSample'
weights a vector of case weights
bwhere integer matrix (n x ntree) for terminal node numbers
bweights double matrix (n x ntree) for bootstrap case weights
fitmem an object of class `TreeFitMemory'
controls an object of class `TreeControl'

Definition at line 22 of file RandomForest.c.

References get_nobs(), and get_ntree().

Here is the call graph for this function:


Generated on Fri Nov 30 16:05:23 2007 for party by  doxygen 1.4.6