Go to the source code of this file.
Functions | |
int | get_dimension (SEXP object) |
int | get_teststat (SEXP object) |
double | get_tol (SEXP object) |
int | get_pvalue (SEXP object) |
int | get_maxpts (SEXP object) |
double | get_abseps (SEXP object) |
double | get_releps (SEXP object) |
double | get_minsplit (SEXP object) |
double | get_minprob (SEXP object) |
double | get_minbucket (SEXP object) |
SEXP | get_transformation (SEXP object, int variable) |
SEXP | get_test_trafo (SEXP object) |
SEXP | get_predict_trafo (SEXP object) |
SEXP | get_variable (SEXP object, int variable) |
int | is_nominal (SEXP object, int variable) |
int | is_ordinal (SEXP object, int variable) |
int | is_censored (SEXP object, int variable) |
int | has_missings (SEXP object, int variable) |
SEXP | get_missings (SEXP object, int variable) |
SEXP | get_ordering (SEXP object, int variable) |
SEXP | get_levels (SEXP object, int variable) |
SEXP | get_scores (SEXP object, int variable) |
SEXP | get_whichNA (SEXP object, int variable) |
SEXP | get_varmemory (SEXP object, int variable) |
int | get_nobs (SEXP object) |
int | get_ninputs (SEXP object) |
SEXP | get_weights (SEXP object) |
int | get_testtype (SEXP object) |
int | get_nresample (SEXP object) |
SEXP | get_varctrl (SEXP object) |
SEXP | get_splitctrl (SEXP object) |
SEXP | get_gtctrl (SEXP object) |
double | get_mincriterion (SEXP object) |
int | get_randomsplits (SEXP object) |
SEXP | get_mtry (SEXP object) |
SEXP | get_dontuse (SEXP object) |
SEXP | get_dontusetmp (SEXP object) |
int | get_stump (SEXP object) |
int | get_maxsurrogate (SEXP object) |
SEXP | get_tgctrl (SEXP object) |
SEXP | get_splitstatistics (SEXP object) |
int | get_savesplitstats (SEXP object) |
int | check_depth (SEXP object, int depth) |
int | get_ntree (SEXP object) |
int | get_replace (SEXP object) |
double | get_fraction (SEXP object) |
int | get_trace (SEXP object) |
Variables | |
SEXP | PL2_expectationSym |
SEXP | PL2_covarianceSym |
SEXP | PL2_linearstatisticSym |
SEXP | PL2_expcovinfSym |
SEXP | PL2_expcovinfssSym |
SEXP | PL2_sumweightsSym |
SEXP | PL2_dimensionSym |
SEXP | PL2_MPinvSym |
SEXP | PL2_rankSym |
SEXP | PL2_svdmemSym |
SEXP | PL2_methodSym |
SEXP | PL2_jobuSym |
SEXP | PL2_jobvSym |
SEXP | PL2_uSym |
SEXP | PL2_vSym |
SEXP | PL2_sSym |
SEXP | PL2_pSym |
SEXP | PL2_teststatSym |
SEXP | PL2_pvalueSym |
SEXP | PL2_tolSym |
SEXP | PL2_maxptsSym |
SEXP | PL2_absepsSym |
SEXP | PL2_relepsSym |
SEXP | PL2_minsplitSym |
SEXP | PL2_minbucketSym |
SEXP | PL2_minprobSym |
SEXP | PL2_variablesSym |
SEXP | PL2_transformationsSym |
SEXP | PL2_is_nominalSym |
SEXP | PL2_is_ordinalSym |
SEXP | PL2_is_censoredSym |
SEXP | PL2_orderingSym |
SEXP | PL2_levelsSym |
SEXP | PL2_scoresSym |
SEXP | PL2_has_missingsSym |
SEXP | PL2_whichNASym |
SEXP | PL2_test_trafoSym |
SEXP | PL2_predict_trafoSym |
SEXP | PL2_nobsSym |
SEXP | PL2_ninputsSym |
SEXP | PL2_linexpcov2sampleSym |
SEXP | PL2_weightsSym |
SEXP | PL2_varmemorySym |
SEXP | PL2_responsesSym |
SEXP | PL2_inputsSym |
SEXP | PL2_testtypeSym |
SEXP | PL2_nresampleSym |
SEXP | PL2_varctrlSym |
SEXP | PL2_splitctrlSym |
SEXP | PL2_gtctrlSym |
SEXP | PL2_mincriterionSym |
SEXP | PL2_randomsplitsSym |
SEXP | PL2_mtrySym |
SEXP | PL2_dontuseSym |
SEXP | PL2_dontusetmpSym |
SEXP | PL2_stumpSym |
SEXP | PL2_tgctrlSym |
SEXP | PL2_ntreeSym |
SEXP | PL2_replaceSym |
SEXP | PL2_fractionSym |
SEXP | PL2_traceSym |
int check_depth | ( | SEXP | object, | |
int | depth | |||
) |
double get_abseps | ( | SEXP | object | ) |
Definition at line 169 of file Classes.c.
References PL2_absepsSym.
Referenced by C_TeststatPvalue().
int get_dimension | ( | SEXP | object | ) |
Definition at line 149 of file Classes.c.
References PL2_dimensionSym.
Referenced by C_ConditionalPvalue(), C_Node(), C_TestStatistic(), and R_splitcategorical().
SEXP get_dontuse | ( | SEXP | object | ) |
SEXP get_dontusetmp | ( | SEXP | object | ) |
Definition at line 340 of file Classes.c.
References PL2_dontusetmpSym.
Referenced by C_GlobalTest().
double get_fraction | ( | SEXP | object | ) |
SEXP get_gtctrl | ( | SEXP | object | ) |
SEXP get_levels | ( | SEXP | object, | |
int | variable | |||
) |
Definition at line 237 of file Classes.c.
References is_nominal(), is_ordinal(), and PL2_levelsSym.
Referenced by C_Node().
int get_maxpts | ( | SEXP | object | ) |
Definition at line 165 of file Classes.c.
References PL2_maxptsSym.
Referenced by C_TeststatPvalue().
int get_maxsurrogate | ( | SEXP | object | ) |
Definition at line 324 of file Classes.c.
References PL2_maxsurrogateSym.
Referenced by C_splitnode(), C_surrogates(), C_TreeGrow(), R_Ensemble(), R_Node(), and R_TreeGrow().
double get_minbucket | ( | SEXP | object | ) |
double get_mincriterion | ( | SEXP | object | ) |
double get_minprob | ( | SEXP | object | ) |
double get_minsplit | ( | SEXP | object | ) |
SEXP get_missings | ( | SEXP | object, | |
int | variable | |||
) |
Definition at line 260 of file Classes.c.
References has_missings(), and PL2_whichNASym.
Referenced by C_get_node(), C_splitnode(), C_splitsurrogate(), C_surrogates(), and C_tempweights().
SEXP get_mtry | ( | SEXP | object | ) |
int get_ninputs | ( | SEXP | object | ) |
Definition at line 288 of file Classes.c.
References PL2_ninputsSym.
Referenced by C_GlobalTest(), C_MonteCarlo(), C_Node(), C_splitnode(), C_surrogates(), R_Ensemble(), R_GlobalTest(), R_MonteCarlo(), R_Node(), and R_TreeGrow().
int get_nobs | ( | SEXP | object | ) |
Definition at line 284 of file Classes.c.
References PL2_nobsSym.
Referenced by C_GlobalTest(), C_MonteCarlo(), C_Node(), C_predict(), C_splitnode(), C_surrogates(), C_TreeGrow(), R_Ensemble(), R_get_nodeID(), R_Node(), R_predict(), R_predict2(), R_predictRF_weights(), and R_TreeGrow().
int get_nresample | ( | SEXP | object | ) |
Definition at line 300 of file Classes.c.
References PL2_nresampleSym.
Referenced by C_MonteCarlo().
int get_ntree | ( | SEXP | object | ) |
SEXP get_ordering | ( | SEXP | object, | |
int | variable | |||
) |
Definition at line 226 of file Classes.c.
References is_nominal(), and PL2_orderingSym.
Referenced by C_Node(), and C_surrogates().
SEXP get_predict_trafo | ( | SEXP | object | ) |
Definition at line 199 of file Classes.c.
References PL2_predict_trafoSym.
Referenced by C_Node(), C_splitnode(), R_Ensemble(), R_modify_response(), R_Node(), R_set_response(), and R_TreeGrow().
int get_pvalue | ( | SEXP | object | ) |
Definition at line 157 of file Classes.c.
References PL2_pvalueSym.
Referenced by C_TeststatCriterion(), and C_TeststatPvalue().
int get_randomsplits | ( | SEXP | object | ) |
Definition at line 328 of file Classes.c.
References PL2_randomsplitsSym.
Referenced by C_GlobalTest().
double get_releps | ( | SEXP | object | ) |
Definition at line 173 of file Classes.c.
References PL2_relepsSym.
Referenced by C_TeststatPvalue().
int get_replace | ( | SEXP | object | ) |
int get_savesplitstats | ( | SEXP | object | ) |
SEXP get_scores | ( | SEXP | object, | |
int | variable | |||
) |
Definition at line 249 of file Classes.c.
References is_ordinal(), and PL2_scoresSym.
SEXP get_splitctrl | ( | SEXP | object | ) |
Definition at line 308 of file Classes.c.
References PL2_splitctrlSym.
Referenced by C_Node(), C_splitnode(), C_surrogates(), C_TreeGrow(), R_Ensemble(), R_Node(), and R_TreeGrow().
SEXP get_splitstatistics | ( | SEXP | object | ) |
Definition at line 280 of file Classes.c.
References PL2_splitstatisticsSym.
Referenced by C_Node(), and C_surrogates().
int get_stump | ( | SEXP | object | ) |
SEXP get_test_trafo | ( | SEXP | object | ) |
Definition at line 195 of file Classes.c.
References PL2_test_trafoSym.
Referenced by C_GlobalTest(), C_MonteCarlo(), C_Node(), R_modify_response(), and R_set_response().
int get_teststat | ( | SEXP | object | ) |
Definition at line 153 of file Classes.c.
References PL2_teststatSym.
Referenced by C_GlobalTest(), C_IndependenceTest(), and C_TeststatPvalue().
int get_testtype | ( | SEXP | object | ) |
SEXP get_tgctrl | ( | SEXP | object | ) |
Definition at line 316 of file Classes.c.
References PL2_tgctrlSym.
Referenced by C_Node(), and C_TreeGrow().
double get_tol | ( | SEXP | object | ) |
Definition at line 161 of file Classes.c.
References PL2_tolSym.
Referenced by C_GlobalTest(), C_IndependenceTest(), C_Node(), C_split(), C_TeststatPvalue(), and R_splitcategorical().
int get_trace | ( | SEXP | object | ) |
SEXP get_transformation | ( | SEXP | object, | |
int | variable | |||
) |
Definition at line 189 of file Classes.c.
References PL2_transformationsSym.
Referenced by C_GlobalTest(), C_MonteCarlo(), C_Node(), and R_modify_response().
SEXP get_varctrl | ( | SEXP | object | ) |
SEXP get_variable | ( | SEXP | object, | |
int | variable | |||
) |
Definition at line 204 of file Classes.c.
References PL2_variablesSym.
Referenced by C_get_node(), C_Node(), C_splitnode(), C_splitsurrogate(), C_surrogates(), and R_modify_response().
SEXP get_varmemory | ( | SEXP | object, | |
int | variable | |||
) |
Definition at line 271 of file Classes.c.
References PL2_varmemorySym.
Referenced by C_GlobalTest(), C_MonteCarlo(), and C_Node().
SEXP get_weights | ( | SEXP | object | ) |
SEXP get_whichNA | ( | SEXP | object, | |
int | variable | |||
) |
int has_missings | ( | SEXP | object, | |
int | variable | |||
) |
Definition at line 222 of file Classes.c.
References PL2_has_missingsSym.
Referenced by C_get_node(), C_GlobalTest(), C_MonteCarlo(), C_Node(), C_splitnode(), C_splitsurrogate(), C_surrogates(), and get_missings().
int is_censored | ( | SEXP | object, | |
int | variable | |||
) |
Definition at line 218 of file Classes.c.
References PL2_is_censoredSym.
int is_nominal | ( | SEXP | object, | |
int | variable | |||
) |
Definition at line 210 of file Classes.c.
References PL2_is_nominalSym.
Referenced by C_Node(), C_surrogates(), get_levels(), and get_ordering().
int is_ordinal | ( | SEXP | object, | |
int | variable | |||
) |
Definition at line 214 of file Classes.c.
References PL2_is_ordinalSym.
Referenced by get_levels(), and get_scores().
SEXP PL2_absepsSym |
Definition at line 12 of file Classes.c.
Referenced by get_abseps(), and party_init().
SEXP PL2_covarianceSym |
Definition at line 12 of file Classes.c.
Referenced by C_ConditionalPvalue(), C_ExpectCovarInfluence(), C_ExpectCovarLinearStatistic(), C_LinStatExpCovMPinv(), C_Node(), C_split(), C_TestStatistic(), party_init(), R_ExpectCovarInfluence(), R_ExpectCovarLinearStatistic(), and R_splitcategorical().
SEXP PL2_dimensionSym |
Definition at line 12 of file Classes.c.
Referenced by get_dimension(), and party_init().
SEXP PL2_dontuseSym |
Definition at line 12 of file Classes.c.
Referenced by get_dontuse(), and party_init().
SEXP PL2_dontusetmpSym |
Definition at line 12 of file Classes.c.
Referenced by get_dontusetmp(), and party_init().
SEXP PL2_expcovinfssSym |
Definition at line 12 of file Classes.c.
Referenced by C_surrogates(), and party_init().
SEXP PL2_expcovinfSym |
Definition at line 12 of file Classes.c.
Referenced by C_GlobalTest(), C_IndependenceTest(), C_MonteCarlo(), C_Node(), party_init(), and R_splitcategorical().
SEXP PL2_expectationSym |
Definition at line 12 of file Classes.c.
Referenced by C_ExpectCovarInfluence(), C_ExpectCovarLinearStatistic(), C_Node(), C_split(), C_TestStatistic(), party_init(), R_ExpectCovarInfluence(), R_ExpectCovarLinearStatistic(), and R_splitcategorical().
SEXP PL2_fractionSym |
Definition at line 12 of file Classes.c.
Referenced by get_fraction(), and party_init().
SEXP PL2_gtctrlSym |
Definition at line 12 of file Classes.c.
Referenced by get_gtctrl(), and party_init().
SEXP PL2_has_missingsSym |
Definition at line 12 of file Classes.c.
Referenced by has_missings(), and party_init().
SEXP PL2_inputsSym |
Definition at line 12 of file Classes.c.
Referenced by C_GlobalTest(), C_MonteCarlo(), C_Node(), C_splitnode(), C_splitsurrogate(), C_surrogates(), and party_init().
SEXP PL2_is_censoredSym |
Definition at line 12 of file Classes.c.
Referenced by is_censored(), and party_init().
SEXP PL2_is_nominalSym |
Definition at line 12 of file Classes.c.
Referenced by is_nominal(), and party_init().
SEXP PL2_is_ordinalSym |
Definition at line 12 of file Classes.c.
Referenced by is_ordinal(), and party_init().
SEXP PL2_jobuSym |
Definition at line 12 of file Classes.c.
Referenced by C_svd(), and party_init().
SEXP PL2_jobvSym |
Definition at line 12 of file Classes.c.
Referenced by C_svd(), and party_init().
SEXP PL2_levelsSym |
Definition at line 12 of file Classes.c.
Referenced by get_levels(), and party_init().
Definition at line 12 of file Classes.c.
Referenced by C_LinStatExpCov(), C_MonteCarlo(), C_Node(), C_split(), C_TestStatistic(), party_init(), and R_splitcategorical().
Definition at line 3 of file Classes.h.
Referenced by C_Node(), C_surrogates(), and party_init().
SEXP PL2_maxptsSym |
Definition at line 12 of file Classes.c.
Referenced by get_maxpts(), and party_init().
SEXP PL2_methodSym |
Definition at line 12 of file Classes.c.
Referenced by C_svd(), and party_init().
SEXP PL2_minbucketSym |
Definition at line 12 of file Classes.c.
Referenced by get_minbucket(), and party_init().
SEXP PL2_mincriterionSym |
Definition at line 12 of file Classes.c.
Referenced by get_mincriterion(), and party_init().
SEXP PL2_minprobSym |
Definition at line 12 of file Classes.c.
Referenced by get_minprob(), and party_init().
SEXP PL2_minsplitSym |
Definition at line 12 of file Classes.c.
Referenced by get_minsplit(), and party_init().
SEXP PL2_MPinvSym |
Definition at line 12 of file Classes.c.
Referenced by C_MPinv(), C_TestStatistic(), party_init(), and R_MPinv().
SEXP PL2_mtrySym |
Definition at line 12 of file Classes.c.
Referenced by get_mtry(), and party_init().
SEXP PL2_ninputsSym |
Definition at line 12 of file Classes.c.
Referenced by get_ninputs(), and party_init().
SEXP PL2_nobsSym |
Definition at line 12 of file Classes.c.
Referenced by get_nobs(), and party_init().
SEXP PL2_nresampleSym |
Definition at line 12 of file Classes.c.
Referenced by get_nresample(), and party_init().
SEXP PL2_ntreeSym |
Definition at line 12 of file Classes.c.
Referenced by get_ntree(), and party_init().
SEXP PL2_orderingSym |
Definition at line 12 of file Classes.c.
Referenced by get_ordering(), and party_init().
SEXP PL2_predict_trafoSym |
Definition at line 12 of file Classes.c.
Referenced by get_predict_trafo(), and party_init().
SEXP PL2_pSym |
Definition at line 12 of file Classes.c.
Referenced by C_svd(), party_init(), and R_MPinv().
SEXP PL2_pvalueSym |
Definition at line 12 of file Classes.c.
Referenced by get_pvalue(), and party_init().
SEXP PL2_randomsplitsSym |
Definition at line 12 of file Classes.c.
Referenced by get_randomsplits(), and party_init().
SEXP PL2_rankSym |
Definition at line 12 of file Classes.c.
Referenced by C_ConditionalPvalue(), C_MPinv(), party_init(), and R_MPinv().
SEXP PL2_relepsSym |
Definition at line 12 of file Classes.c.
Referenced by get_releps(), and party_init().
SEXP PL2_replaceSym |
Definition at line 12 of file Classes.c.
Referenced by get_replace(), and party_init().
SEXP PL2_responsesSym |
Definition at line 12 of file Classes.c.
Referenced by C_GlobalTest(), C_MonteCarlo(), C_Node(), C_splitnode(), party_init(), R_Ensemble(), R_get_response(), R_Node(), R_set_response(), and R_TreeGrow().
SEXP PL2_scoresSym |
Definition at line 12 of file Classes.c.
Referenced by get_scores(), and party_init().
SEXP PL2_splitctrlSym |
Definition at line 12 of file Classes.c.
Referenced by get_splitctrl(), and party_init().
SEXP PL2_sSym |
Definition at line 12 of file Classes.c.
Referenced by C_MPinv(), C_svd(), and party_init().
SEXP PL2_stumpSym |
Definition at line 12 of file Classes.c.
Referenced by get_stump(), and party_init().
SEXP PL2_sumweightsSym |
Definition at line 12 of file Classes.c.
Referenced by C_ExpectCovarInfluence(), C_ExpectCovarLinearStatistic(), C_GlobalTest(), C_MonteCarlo(), C_Node(), C_split(), party_init(), and R_ExpectCovarInfluence().
SEXP PL2_svdmemSym |
Definition at line 12 of file Classes.c.
Referenced by C_LinStatExpCovMPinv(), and party_init().
SEXP PL2_test_trafoSym |
Definition at line 12 of file Classes.c.
Referenced by get_test_trafo(), and party_init().
SEXP PL2_teststatSym |
Definition at line 12 of file Classes.c.
Referenced by get_teststat(), and party_init().
SEXP PL2_testtypeSym |
Definition at line 12 of file Classes.c.
Referenced by get_testtype(), and party_init().
SEXP PL2_tgctrlSym |
Definition at line 12 of file Classes.c.
Referenced by get_tgctrl(), and party_init().
SEXP PL2_tolSym |
Definition at line 12 of file Classes.c.
Referenced by get_tol(), and party_init().
SEXP PL2_traceSym |
Definition at line 12 of file Classes.c.
Referenced by get_trace(), and party_init().
Definition at line 12 of file Classes.c.
Referenced by get_transformation(), party_init(), and R_set_response().
SEXP PL2_uSym |
Definition at line 12 of file Classes.c.
Referenced by C_MPinv(), C_svd(), and party_init().
SEXP PL2_varctrlSym |
Definition at line 12 of file Classes.c.
Referenced by get_varctrl(), and party_init().
SEXP PL2_variablesSym |
Definition at line 12 of file Classes.c.
Referenced by get_variable(), party_init(), R_get_response(), and R_set_response().
SEXP PL2_varmemorySym |
Definition at line 3 of file Classes.h.
Referenced by get_varmemory(), and party_init().
SEXP PL2_vSym |
Definition at line 12 of file Classes.c.
Referenced by C_MPinv(), C_svd(), and party_init().
SEXP PL2_weightsSym |
Definition at line 3 of file Classes.h.
Referenced by get_weights(), and party_init().
SEXP PL2_whichNASym |
Definition at line 12 of file Classes.c.
Referenced by get_missings(), and party_init().