3 references to Evaluate
Microsoft.ML.Data (3)
Evaluators\BinaryClassifierEvaluator.cs (1)
26
[assembly: LoadableClass(typeof(void), typeof(
Evaluate
), null, typeof(SignatureEntryPointModule), "Evaluators")]
Evaluators\EvaluatorBase.cs (1)
14
/// This is a base class for TLC evaluators. It implements both of the <see cref="IEvaluator"/> methods: <see cref="
Evaluate
"/> and
Evaluators\MamlEvaluator.cs (1)
50
/// A base class implementation of <see cref="IMamlEvaluator"/>. The <see cref="
Evaluate
"/> and <see cref="IEvaluator.GetPerInstanceMetrics"/>