Class EvalParameters
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
Methods
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
objobjectThe object to compare with the current object.
Returns
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
GetParams()
public virtual Context[] GetParams()
Returns
- Context[]