Go to the source code of this file.
Functions | |
void | C_init_node (SEXP node, int nobs, int ninputs, int nsurr, int q) |
void | S3set_nodeID (SEXP node, int nodeID) |
int | S3get_nodeID (SEXP node) |
SEXP | S3get_nodeweights (SEXP node) |
double | S3get_sumweights (SEXP node) |
SEXP | S3get_teststat (SEXP node) |
SEXP | S3get_criterion (SEXP node) |
SEXP | S3get_maxcriterion (SEXP node) |
void | S3set_nodeterminal (SEXP node) |
int | S3get_nodeterminal (SEXP node) |
SEXP | S3get_primarysplit (SEXP node) |
SEXP | S3get_surrogatesplits (SEXP node) |
SEXP | S3get_prediction (SEXP node) |
void | C_init_orderedsplit (SEXP split, int nobs) |
void | C_init_nominalsplit (SEXP split, int nlevels, int nobs) |
void | S3set_variableID (SEXP split, int variableID) |
int | S3get_variableID (SEXP split) |
int | S3is_ordered (SEXP split) |
void | S3set_ordered (SEXP split) |
void | S3set_nominal (SEXP split) |
SEXP | S3get_splitpoint (SEXP split) |
SEXP | S3get_splitstatistics (SEXP split) |
SEXP | S3get_leftnode (SEXP node) |
SEXP | S3get_rightnode (SEXP node) |
SEXP | S3get_table (SEXP node) |
int | S3get_toleft (SEXP split) |
void | S3set_toleft (SEXP split, int left) |
void C_init_node | ( | SEXP | node, | |
int | nobs, | |||
int | ninputs, | |||
int | nsurr, | |||
int | q | |||
) |
Definition at line 11 of file S3Classes.c.
References CRITERION_LENGTH, NODE_LENGTH, S3_CRITERION, S3_iCRITERION, S3_MAXCRITERION, S3_NODEID, S3_PREDICTION, S3_PSPLIT, S3_SSPLIT, S3_STATISTICS, S3_SUMWEIGHTS, S3_TERMINAL, S3_WEIGHTS, and SPLIT_LENGTH.
void C_init_nominalsplit | ( | SEXP | split, | |
int | nlevels, | |||
int | nobs | |||
) |
Definition at line 128 of file S3Classes.c.
References S3_ORDERED, S3_SPLITPOINT, S3_SPLITSTATISTICS, S3_TABLE, S3_TOLEFT, S3_VARIABLEID, and SPLIT_LENGTH.
void C_init_orderedsplit | ( | SEXP | split, | |
int | nobs | |||
) |
Definition at line 104 of file S3Classes.c.
References S3_ORDERED, S3_SPLITPOINT, S3_SPLITSTATISTICS, S3_TABLE, S3_TOLEFT, S3_VARIABLEID, and SPLIT_LENGTH.
SEXP S3get_criterion | ( | SEXP | node | ) |
SEXP S3get_leftnode | ( | SEXP | node | ) |
SEXP S3get_maxcriterion | ( | SEXP | node | ) |
int S3get_nodeID | ( | SEXP | node | ) |
int S3get_nodeterminal | ( | SEXP | node | ) |
SEXP S3get_nodeweights | ( | SEXP | node | ) |
SEXP S3get_prediction | ( | SEXP | node | ) |
SEXP S3get_primarysplit | ( | SEXP | node | ) |
SEXP S3get_rightnode | ( | SEXP | node | ) |
SEXP S3get_splitpoint | ( | SEXP | split | ) |
SEXP S3get_splitstatistics | ( | SEXP | split | ) |
double S3get_sumweights | ( | SEXP | node | ) |
SEXP S3get_surrogatesplits | ( | SEXP | node | ) |
SEXP S3get_table | ( | SEXP | node | ) |
SEXP S3get_teststat | ( | SEXP | node | ) |
int S3get_toleft | ( | SEXP | split | ) |
int S3get_variableID | ( | SEXP | split | ) |
int S3is_ordered | ( | SEXP | split | ) |
void S3set_nodeID | ( | SEXP | node, | |
int | nodeID | |||
) |
void S3set_nodeterminal | ( | SEXP | node | ) |
void S3set_nominal | ( | SEXP | split | ) |
void S3set_ordered | ( | SEXP | split | ) |
void S3set_toleft | ( | SEXP | split, | |
int | left | |||
) |
void S3set_variableID | ( | SEXP | split, | |
int | variableID | |||
) |