# Function boxWhiskerIqrOutliers
boxWhiskerIqrOutliers(
target
):Attribute
Returns an attribute representing outlier points based on interquartile range (IQR) calculations.
# Parameters
Parameter | Type | Description |
---|---|---|
target | Attribute | The target attribute for calculations. |
# Returns
An attribute representing outliers for box whisker plots using IQR.