Pretty-prints outliers as output by the `predict` function from an Outlier Tree model (as generated by function `outlier.tree`), or by `extract.training.outliers`. Same as function `print` (see the documentation of `print` for more information about the parameters).
# S3 method for outlieroutputs
summary(object, outliers_print = 15, ...)The same `object` input, returned invisibly.
Outliers as returned by predict method on an object from `outlier.tree`.
Maximum number of outliers to print.
Not used.
print.outlieroutputs