Class ImmutableAnomalyInfo

java.lang.Object
org.tribuo.anomaly.AnomalyInfo
org.tribuo.anomaly.ImmutableAnomalyInfo
All Implemented Interfaces:
Serializable, Iterable<com.oracle.labs.mlrg.olcut.util.Pair<Integer,Event>>, ImmutableOutputInfo<Event>, OutputInfo<Event>

public final class ImmutableAnomalyInfo extends AnomalyInfo implements ImmutableOutputInfo<Event>
An ImmutableOutputInfo object for Events.

The ids are predefined for Event in the Event class itself.

See Also: