8 references to MatchColumns
Microsoft.ML.Data (8)
Evaluators\AnomalyDetectionEvaluator.cs (1)
824MatchColumns(host, input, out label, out weight, out name);
Evaluators\BinaryClassifierEvaluator.cs (1)
1513MatchColumns(host, input, out label, out weight, out name);
Evaluators\ClusteringEvaluator.cs (1)
865MatchColumns(host, input, out string label, out string weight, out string name);
Evaluators\MulticlassClassificationEvaluator.cs (1)
1098MatchColumns(host, input, out string label, out string weight, out string name);
Evaluators\MultiOutputRegressionEvaluator.cs (1)
784MatchColumns(host, input, out label, out weight, out name);
Evaluators\QuantileRegressionEvaluator.cs (1)
569MatchColumns(host, input, out label, out weight, out name);
Evaluators\RankingEvaluator.cs (1)
1091MatchColumns(host, input, out label, out weight, out name);
Evaluators\RegressionEvaluator.cs (1)
396MatchColumns(host, input, out label, out weight, out name);