2 references to PredictorModel
Microsoft.ML.EntryPoints (2)
ScoreColumnSelector.cs (2)
73if (input.PredictorModel.Predictor.PredictionKind == PredictionKind.BinaryClassification) 76var labelNames = input.PredictorModel.GetLabelInfo(host, out labelType);