R Documentation |
Print methods for objects defined in the MachineShop package.
## S3 method for class 'BinomialVariate'
print(x, n = MachineShop::settings("print_max"), ...)
## S3 method for class 'Calibration'
print(x, n = MachineShop::settings("print_max"), ...)
## S3 method for class 'DiscreteVariate'
print(x, n = MachineShop::settings("print_max"), ...)
## S3 method for class 'ListOf'
print(x, n = MachineShop::settings("print_max"), ...)
## S3 method for class 'MLControl'
print(x, n = MachineShop::settings("print_max"), ...)
## S3 method for class 'MLMetric'
print(x, ...)
## S3 method for class 'MLModel'
print(x, n = MachineShop::settings("print_max"), id = FALSE, ...)
## S3 method for class 'MLModelFunction'
print(x, ...)
## S3 method for class 'ModelFrame'
print(x, n = MachineShop::settings("print_max"), id = FALSE, data = TRUE, ...)
## S3 method for class 'ModelRecipe'
print(x, n = MachineShop::settings("print_max"), id = FALSE, data = TRUE, ...)
## S3 method for class 'ModelSpecification'
print(x, n = MachineShop::settings("print_max"), id = FALSE, ...)
## S3 method for class 'Performance'
print(x, n = MachineShop::settings("print_max"), ...)
## S3 method for class 'PerformanceCurve'
print(x, n = MachineShop::settings("print_max"), ...)
## S3 method for class 'RecipeGrid'
print(x, n = MachineShop::settings("print_max"), ...)
## S3 method for class 'Resample'
print(x, n = MachineShop::settings("print_max"), ...)
## S3 method for class 'SurvMatrix'
print(x, n = MachineShop::settings("print_max"), ...)
## S3 method for class 'SurvTimes'
print(x, n = MachineShop::settings("print_max"), ...)
## S3 method for class 'TrainingStep'
print(x, n = MachineShop::settings("print_max"), ...)
## S3 method for class 'VariableImportance'
print(x, n = MachineShop::settings("print_max"), ...)
x |
object to print. |
n |
integer number of models or data frame rows to show. |
... |
arguments passed to other methods, including the one described below.
|
id |
logical indicating whether to show object identifiers. |
data |
logical indicating whether to show model data. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.