#include "party.h"
Include dependency graph for Node.c:
Go to the source code of this file.
Functions | |
void | C_prediction (const double *y, int n, int q, const double *weights, const double sweights, double *ans) |
void | C_Node (SEXP node, SEXP learnsample, SEXP weights, SEXP fitmem, SEXP controls, int TERMINAL) |
SEXP | R_Node (SEXP learnsample, SEXP weights, SEXP fitmem, SEXP controls) |
Definition in file Node.c.
|
|
Compute prediction of a node
Definition at line 22 of file Node.c. Referenced by C_Node(). |
|
R-interface to C_Node
Definition at line 228 of file Node.c. References C_init_node(), C_Node(), get_maxsurrogate(), get_ninputs(), get_nobs(), get_splitctrl(), ncol(), NODE_LENGTH, PL2_jointtransfSym, and PL2_responsesSym. Here is the call graph for this function: ![]() |