Uses of Enum Class
org.tribuo.anomaly.Event.EventType
Packages that use Event.EventType
Package
Description
Provides classes and infrastructure for anomaly detection problems.
-
Uses of Event.EventType in org.tribuo.anomaly
Subclasses with type arguments of type Event.EventType in org.tribuo.anomalyMethods in org.tribuo.anomaly that return Event.EventTypeModifier and TypeMethodDescriptionEvent.getType()Gets the event type.static Event.EventTypeReturns the enum constant of this class with the specified name.static Event.EventType[]Event.EventType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.tribuo.anomaly with parameters of type Event.EventTypeModifier and TypeMethodDescriptionlongAnomalyInfo.getEventCount(Event.EventType type) Gets the count of the supplied EventType.Constructors in org.tribuo.anomaly with parameters of type Event.EventTypeModifierConstructorDescriptionEvent(Event.EventType type) Constructs a new event of the specified type with the default score ofEvent.DEFAULT_SCORE.Event(Event.EventType type, double score) Constructs a new event of the specified type and score.