1 write to OutputSchema
Microsoft.ML.Data (1)
Prediction\PredictionEngine.cs (1)
119
OutputSchema
= Transformer.GetOutputSchema(_inputRow.Schema);
4 references to OutputSchema
Microsoft.ML.IntegrationTests (2)
SchemaDefinitionTests.cs (2)
53
Assert.Equal((engine1.
OutputSchema
["Features"].Type as VectorDataViewType).Size, prediction.Features.Length);
56
Assert.Equal((engine2.
OutputSchema
["Features"].Type as VectorDataViewType).Size, prediction.Features.Length);
Microsoft.ML.Tests (2)
Scenarios\Api\Estimators\PredictAndMetadata.cs (2)
47
engine.
OutputSchema
[nameof(IrisPrediction.Score)].Annotations.GetValue(AnnotationUtils.Kinds.TrainingLabelValues, ref originalLabels);
61
engine.
OutputSchema
[nameof(IrisPrediction.PredictedLabel)].GetKeyValues(ref keys);