Interface IContextGenerator<T>
Generates contexts for maxent decisions.
public interface IContextGenerator<in T>
Type Parameters
TThe type of the object to generate a context from.
Methods
GetContext(T)
Builds up the list of contextual predicates given an object.
string[] GetContext(T o)
Parameters
oT
Returns
- string[]