5 references to Label
Microsoft.ML.IntegrationTests (5)
Datasets\Iris.cs (1)
45output.Label = input.Label;
DataTransformation.cs (4)
52output.Label = input.Label; 97output.Label = input.Label; 98output.Float1 = GetRandomNumber(1 + input.Label + input.PetalLength + input.PetalWidth + input.SepalLength + input.SepalWidth); 99output.Float2 = GetRandomNumber(2 + input.Label + input.PetalLength + input.PetalWidth + input.SepalLength + input.SepalWidth);