Class Event

Namespace
NOpenNLP.Tools.Ml.Model
Assembly
NOpenNLP.Tools.dll

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

outcome string
context string[]
values float[]

Properties

Context

public virtual string[] Context { get; }

Property Value

string[]

Outcome

public virtual string Outcome { get; }

Property Value

string

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.