2 references to BinaryClassificationCatalog
Microsoft.ML.Data (1)
MLContext.cs (1)
150
BinaryClassification = new
BinaryClassificationCatalog
(_env);
Microsoft.ML.EntryPoints (1)
PermutationFeatureImportance.cs (1)
95
var binaryCatalog = new
BinaryClassificationCatalog
(env);