EvaluationResult Class
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.
A collection of one or more EvaluationMetrics that represent the result of an evaluation.
public ref class EvaluationResult sealed
public sealed class EvaluationResult
type EvaluationResult = class
Public NotInheritable Class EvaluationResult
- Inheritance
-
EvaluationResult
Constructors
EvaluationResult(EvaluationMetric[]) |
Initializes a new EvaluationResult instance. |
EvaluationResult(IDictionary<String,EvaluationMetric>) |
Initializes a new EvaluationResult instance. |
EvaluationResult(IEnumerable<EvaluationMetric>) |
Initializes a new EvaluationResult instance. |
Properties
Metrics |
A collection of one or more EvaluationMetrics that represent the result of an evaluation. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
Get<T>(String) |
Returns an EvaluationMetric with type |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |
TryGet<T>(String, T) |
Returns an EvaluationMetric with type |
Extension Methods
AddDiagnosticToAllMetrics(EvaluationResult, EvaluationDiagnostic) |
Adds the supplied |
ContainsDiagnostics(EvaluationResult, Func<EvaluationDiagnostic,Boolean>) |
Returns |
Interpret(EvaluationResult, Func<EvaluationMetric,EvaluationMetricInterpretation>) |
Applies EvaluationMetricInterpretations to one or more EvaluationMetrics contained
in the supplied |