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 sealedpublic sealed class EvaluationResulttype EvaluationResult = classPublic NotInheritable Class EvaluationResult- Inheritance
- 
				EvaluationResult
Constructors
| EvaluationResult(EvaluationMetric[]) | Initializes a new instance of the EvaluationResult class. | 
| EvaluationResult(IDictionary<String,EvaluationMetric>) | Initializes a new instance of the EvaluationResult class. | 
| EvaluationResult(IEnumerable<EvaluationMetric>) | Initializes a new instance of the EvaluationResult class. | 
Properties
| Metrics | Gets or sets a collection of one or more EvaluationMetrics that represent the result of an evaluation. | 
Methods
| Get<T>(String) | Returns an EvaluationMetric with type  | 
| TryGet<T>(String, T) | Returns an EvaluationMetric with type  |