6 references to PetalLength
Microsoft.ML.IntegrationTests (6)
Datasets\Iris.cs (1)
48output.PetalLength = input.PetalLength;
DataTransformation.cs (5)
53output.Float1 = angiospermCosine(input.PetalLength, input.PetalWidth, input.SepalLength, input.SepalWidth); 54output.PetalLength = input.PetalLength; 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); 100output.PetalLength = input.PetalLength;