Class EvalParameters

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

This class encapsulates the varibales used in producing probabilities from a model and facilitaes passing these variables to the eval method.

public class EvalParameters
Inheritance
EvalParameters
Derived
Inherited Members

Constructors

EvalParameters(Context[], int)

This class encapsulates the varibales used in producing probabilities from a model and facilitaes passing these variables to the eval method.

public EvalParameters(Context[] @params, int numOutcomes)

Parameters

params Context[]
numOutcomes int

Methods

Equals(object?)

Determines whether the specified object is equal to the current object.

public override bool Equals(object? obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

GetNumOutcomes()

public virtual int GetNumOutcomes()

Returns

int

GetParams()

public virtual Context[] GetParams()

Returns

Context[]