You are on page 1of 1

08 Normalization and Outier Detection

How would you change the process, so it finds 20 outliers instead of 10?
Update the number of outliers field under Detect Outlier (Distances) operator’s
panel to 20

How can you change the process to only show outliers instead of removing
them?
Update the Filter Examples operators under outlier attribute to true

Replace the outlier detection operator with Detect Outlier (LOF) and add a
breakpoint after this operator before you execute. What is the difference to
before?
It shows numbers instead of Boolean values.

How do you now need to change the filter to only keep the top outliers?
Update the Filter Examples operators under outlier attribute with condition of
greater than equal to 1

You might also like