Skip navigation links

Package org.tribuo.anomaly

Provides classes and infrastructure for anomaly detection problems.

See: Description

Package org.tribuo.anomaly Description

Provides classes and infrastructure for anomaly detection problems.

The anomaly detection Output implementation is called Event and has associated Evaluators, OutputFactory and OutputInfos.

Event trainers are allowed to throw IllegalArgumentException if they are supplied an Event.EventType.ANOMALOUS at training time. It's noted in the documentation if they do support training from anomalous and expected data.

Note: This implementation is effectively a specialised binary classification problem.

Skip navigation links

Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.