Class AnomalyFactory

java.lang.Object
org.tribuo.anomaly.AnomalyFactory
All Implemented Interfaces:
com.oracle.labs.mlrg.olcut.config.Configurable, com.oracle.labs.mlrg.olcut.provenance.Provenancable<OutputFactoryProvenance>, Serializable, OutputFactory<Event>

public final class AnomalyFactory extends Object implements OutputFactory<Event>
A factory for generating events.
See Also:
  • Field Details

    • UNKNOWN_EVENT

      public static final Event UNKNOWN_EVENT
      The unknown event. Used at inference time.
    • EXPECTED_EVENT

      public static final Event EXPECTED_EVENT
      The expected event. Used for things which are not anomalous.
    • ANOMALOUS_EVENT

      public static final Event ANOMALOUS_EVENT
      The anomalous event. It's anomalous.
  • Constructor Details

    • AnomalyFactory

      public AnomalyFactory()
  • Method Details