RankingExperimentResultExtensions Class

Definition

Extension methods that operate over ranking experiment run results.

public static class RankingExperimentResultExtensions
type RankingExperimentResultExtensions = class
Public Module RankingExperimentResultExtensions
Inheritance
RankingExperimentResultExtensions

Methods

Best(IEnumerable<CrossValidationRunDetail<RankingMetrics>>, RankingMetric, UInt32)

Select the best run from an enumeration of experiment cross validation runs.

Best(IEnumerable<RunDetail<RankingMetrics>>, RankingMetric, UInt32)

Select the best run from an enumeration of experiment runs.

Applies to