RankingExperimentResultExtensions 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.
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. |