1 write to Label
Microsoft.ML.Tests (1)
Scenarios\Api\Estimators\Extensibility.cs (1)
35j.Label = i.Label;
4 references to Label
Microsoft.ML.Tests (4)
Scenarios\Api\Estimators\DecomposableTrainAndPredict.cs (1)
47Assert.True(prediction.PredictedLabel == input.Label);
Scenarios\Api\Estimators\Extensibility.cs (2)
35j.Label = i.Label; 56Assert.True(prediction.PredictedLabel == input.Label);
Scenarios\Api\Estimators\PredictAndMetadata.cs (1)
68Assert.True(deciphieredLabel == input.Label);