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) |
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 |
int check_depth | ( | SEXP | object, | |
int | depth | |||
) |
double get_abseps | ( | SEXP | object | ) |
Definition at line 167 of file Classes.c.
References PL2_absepsSym.
Referenced by C_TeststatPvalue().
int get_dimension | ( | SEXP | object | ) |
Definition at line 147 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 338 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 235 of file Classes.c.
References is_nominal(), is_ordinal(), and PL2_levelsSym.
Referenced by C_Node().
int get_maxpts | ( | SEXP | object | ) |
Definition at line 163 of file Classes.c.
References PL2_maxptsSym.
Referenced by C_TeststatPvalue().
int get_maxsurrogate | ( | SEXP | object | ) |
Definition at line 322 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 258 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 286 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 282 of file Classes.c.
References PL2_nobsSym.
Referenced by C_GlobalTest(), C_MonteCarlo(), C_Node(), C_predict(), C_splitnode(), C_splitsurrogate(), C_surrogates(), C_TreeGrow(), R_Ensemble(), R_get_nodeID(), R_Node(), R_predict(), R_predictRF_weights(), and R_TreeGrow().
int get_nresample | ( | SEXP | object | ) |
Definition at line 298 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 224 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 197 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 155 of file Classes.c.
References PL2_pvalueSym.
Referenced by C_TeststatCriterion(), and C_TeststatPvalue().
int get_randomsplits | ( | SEXP | object | ) |
Definition at line 326 of file Classes.c.
References PL2_randomsplitsSym.
Referenced by C_GlobalTest().
double get_releps | ( | SEXP | object | ) |
Definition at line 171 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 247 of file Classes.c.
References is_ordinal(), and PL2_scoresSym.
SEXP get_splitctrl | ( | SEXP | object | ) |
Definition at line 306 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 278 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 193 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 151 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 314 of file Classes.c.
References PL2_tgctrlSym.
Referenced by C_Node(), and C_TreeGrow().
double get_tol | ( | SEXP | object | ) |
Definition at line 159 of file Classes.c.
References PL2_tolSym.
Referenced by C_GlobalTest(), C_IndependenceTest(), C_Node(), C_split(), C_splitcategorical(), C_TeststatPvalue(), and R_splitcategorical().
SEXP get_transformation | ( | SEXP | object, | |
int | variable | |||
) |
Definition at line 187 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 202 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 269 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 220 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 | |||
) |
int is_nominal | ( | SEXP | object, | |
int | variable | |||
) |
Definition at line 208 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 212 of file Classes.c.
References PL2_is_ordinalSym.
Referenced by get_levels(), and get_scores().
SEXP PL2_absepsSym |
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 |
SEXP PL2_dontuseSym |
SEXP PL2_dontusetmpSym |
SEXP PL2_expcovinfssSym |
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 |
SEXP PL2_gtctrlSym |
SEXP PL2_has_missingsSym |
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 |
SEXP PL2_is_nominalSym |
SEXP PL2_is_ordinalSym |
SEXP PL2_jobuSym |
SEXP PL2_jobvSym |
SEXP PL2_levelsSym |
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().
SEXP PL2_maxptsSym |
SEXP PL2_methodSym |
SEXP PL2_minbucketSym |
SEXP PL2_mincriterionSym |
SEXP PL2_minprobSym |
SEXP PL2_minsplitSym |
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 |
SEXP PL2_ninputsSym |
SEXP PL2_nobsSym |
SEXP PL2_nresampleSym |
SEXP PL2_ntreeSym |
SEXP PL2_orderingSym |
SEXP PL2_predict_trafoSym |
SEXP PL2_pSym |
SEXP PL2_pvalueSym |
SEXP PL2_randomsplitsSym |
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 |
SEXP PL2_replaceSym |
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 |
SEXP PL2_splitctrlSym |
SEXP PL2_sSym |
SEXP PL2_stumpSym |
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 |
SEXP PL2_test_trafoSym |
SEXP PL2_teststatSym |
SEXP PL2_testtypeSym |
SEXP PL2_tgctrlSym |
SEXP PL2_tolSym |
Definition at line 12 of file Classes.c.
Referenced by get_transformation(), party_init(), and R_set_response().
SEXP PL2_uSym |
SEXP PL2_varctrlSym |
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 |
SEXP PL2_vSym |
SEXP PL2_weightsSym |
SEXP PL2_whichNASym |