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