rules (version 0.0.1)

c5_fit: Internal function wrappers

Description

These are not supported when called by the user.

Usage

c5_fit(x, y, trials = 1, minCases = 2, cost = NULL, ...)

c5_pred(object, new_data, trials = object$fit$trials["Actual"], ...)

cubist_fit(x, y, committees = 1, neighbors = 0, max_rules = NA, ...)

get_neighbors(x)

tunable.cubist_rules(x, ...)

xrf_fit( formula, data, max_depth = 6, nrounds = 15, eta = 0.3, colsample_bytree = 1, min_child_weight = 1, gamma = 0, subsample = 1, lambda = 0.1, ... )

xrf_pred(object, new_data, lambda = object$fit$lambda, type, ...)

tunable.rule_fit(x, ...)

Arguments