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