extract.training.outliers {outliertree} | R Documentation |
Extract outliers found in training data
Description
Extracts outliers from a model generated by 'outlier.tree' if it was passed parameter 'save_outliers' = 'TRUE'.
Usage
extract.training.outliers(outlier_tree_model)
Arguments
outlier_tree_model |
An Outlier Tree object as returned by 'outlier.tree'. |
Value
A data frame with the outliers, which can be pretty-printed by function 'print' from this same package.
[Package outliertree version 1.9.0 Index]