See: Description
Class | Description |
---|---|
AnomalyFactory |
A factory for generating events.
|
AnomalyFactory.AnomalyFactoryProvenance |
Provenance for
AnomalyFactory . |
AnomalyInfo |
The base class for tracking anomalous events.
|
Event | |
ImmutableAnomalyInfo |
An
ImmutableOutputInfo object for Event s. |
MutableAnomalyInfo |
An
MutableOutputInfo object for Event s. |
Enum | Description |
---|---|
Event.EventType |
The type of event.
|
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.
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.