Print methods for objects defined in the MachineShop package.
# S3 method for BinomialVariate
print(x, n = MachineShop::settings("print_max"), ...)# S3 method for Calibration
print(x, n = MachineShop::settings("print_max"), ...)
# S3 method for DiscreteVariate
print(x, n = MachineShop::settings("print_max"), ...)
# S3 method for ListOf
print(x, n = MachineShop::settings("print_max"), ...)
# S3 method for MLControl
print(x, n = MachineShop::settings("print_max"), ...)
# S3 method for MLMetric
print(x, ...)
# S3 method for MLModel
print(x, n = MachineShop::settings("print_max"), id = FALSE, ...)
# S3 method for MLModelFunction
print(x, ...)
# S3 method for ModelFrame
print(x, n = MachineShop::settings("print_max"), id = FALSE, data = TRUE, ...)
# S3 method for ModelRecipe
print(x, n = MachineShop::settings("print_max"), id = FALSE, data = TRUE, ...)
# S3 method for ModelSpecification
print(x, n = MachineShop::settings("print_max"), id = FALSE, ...)
# S3 method for Performance
print(x, n = MachineShop::settings("print_max"), ...)
# S3 method for PerformanceCurve
print(x, n = MachineShop::settings("print_max"), ...)
# S3 method for RecipeGrid
print(x, n = MachineShop::settings("print_max"), ...)
# S3 method for Resample
print(x, n = MachineShop::settings("print_max"), ...)
# S3 method for SurvMatrix
print(x, n = MachineShop::settings("print_max"), ...)
# S3 method for SurvTimes
print(x, n = MachineShop::settings("print_max"), ...)
# S3 method for TrainingStep
print(x, n = MachineShop::settings("print_max"), ...)
# S3 method for VariableImportance
print(x, n = MachineShop::settings("print_max"), ...)
object to print.
integer number of models or data frame rows to show.
arguments passed to other methods, including the one described below.
level
= 0current nesting level of the corresponding
object in recursive calls to print
. The amount of information
displayed decreases and increases with positive and negative levels,
respectively.
logical indicating whether to show object identifiers.
logical indicating whether to show model data.