
Last chance! 50% off unlimited learning
Sale ends in
Internal R6 class for all secondary functions used in RGF and FastRGF
Internal R6 class for all secondary functions used in RGF and FastRGF
fit()
Internal_class$fit(x, y, sample_weight = NULL)
predict()
Internal_class$predict(x)
predict_proba()
Internal_class$predict_proba(x)
cleanup()
Internal_class$cleanup()
get_params()
Internal_class$get_params(deep = TRUE)
score()
Internal_class$score(x, y, sample_weight = NULL)
feature_importances()
Internal_class$feature_importances()
dump_model()
Internal_class$dump_model()
save_model()
Internal_class$save_model(filename)
clone()
The objects of this class are cloneable with this method.
Internal_class$clone(deep = FALSE)
deep
Whether to make a deep clone.