summary.outForest {outForest}R Documentation

Summarizes outForest

Description

Summary method for an object of class "outForest". Besides the number of outliers per variables, it also shows the worst outliers.

Usage

## S3 method for class 'outForest'
summary(object, ...)

Arguments

object

A on object of class "outForest".

...

Further arguments passed from other methods.

Value

A list of summary statistics.

Examples

out <- outForest(iris, seed = 34, verbose = 0)
summary(out)

[Package outForest version 1.0.1 Index]