Schnittstelle ContextGenerator<T>

Alle bekannten Implementierungsklassen:
BasicContextGenerator

public interface ContextGenerator<T>
Represents a generator of contexts for maxent decisions.
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    Builds up the list of contextual predicates given an object.
  • Methodendetails

    • getContext

      String[] getContext(T o)
      Builds up the list of contextual predicates given an object.
      Parameter:
      o - The object used as input.