F1EvaluatorContext(String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the F1EvaluatorContext class.
public:
F1EvaluatorContext(System::String ^ groundTruth);
public F1EvaluatorContext(string groundTruth);
new Microsoft.Extensions.AI.Evaluation.NLP.F1EvaluatorContext : string -> Microsoft.Extensions.AI.Evaluation.NLP.F1EvaluatorContext
Public Sub New (groundTruth As String)
Parameters
- groundTruth
- String
The reference response against which the provided response will be scored.