Class Event
The context of a decision point during training. This includes contextual predicates and an outcome.
public class Event
- Inheritance
-
Event
- Inherited Members
Constructors
Event(string, string[], float[]?)
The context of a decision point during training. This includes contextual predicates and an outcome.
public Event(string outcome, string[] context, float[]? values = null)
Parameters
Properties
Context
public virtual string[] Context { get; }
Property Value
- string[]
Outcome
public virtual string Outcome { get; }
Property Value
Values
public virtual float[]? Values { get; }
Property Value
- float[]
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.