Skip to content

Commit 38091f3

Browse files
committed
remove default detector classes
1 parent ebae864 commit 38091f3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/data_utils.jl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -434,9 +434,3 @@ UnivariateFinite(probs; kwargs...) =
434434
UnivariateFinite(get_interface_mode(), probs; kwargs...)
435435
UnivariateFinite(::LightInterface, a...; kwargs...) =
436436
errlight("UnivariateFinite")
437-
438-
## FOR DETECTION MODELS
439-
440-
const OUTLIER = "outlier"
441-
const INLIER = "inlier"
442-
const UNKNOWN = "unknown"

0 commit comments

Comments
 (0)