Base:
property
OutputSchema
Microsoft.ML.Data.TransformBase.OutputSchema
3 writes to OutputSchema
Microsoft.ML.Data (3)
Scorers\PredictedLabelScorerBase.cs (3)
299OutputSchema = Bindings.AsSchema; 307OutputSchema = Bindings.AsSchema; 321OutputSchema = Bindings.AsSchema;
1 reference to OutputSchema
Microsoft.ML.Data (1)
Scorers\BinaryClassifierScorer.cs (1)
219var predictedLabelCol = OutputSchema.GetColumnOrNull(outColumnNames[0]);