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