Skip to contents

Calculate the anomaly score

Usage

computeAnomaly(average_depth, sample_size)

Arguments

average_depth

average depth of the terminal nodes

sample_size

number of sample size

Value

anomaly score

Examples

if (FALSE) { # \dontrun{
computeAnomaly(10, 256)
} # }