1 write to PetalWidth
Microsoft.ML.IntegrationTests (1)
DataTransformation.cs (1)
101
output.
PetalWidth
= input.PetalWidth;
2 references to PetalWidth
Microsoft.ML.IntegrationTests (2)
DataTransformation.cs (2)
116
var randomNumber1 = GetRandomNumber(1 + row.Label + row.PetalLength + row.
PetalWidth
+ row.SepalLength + row.SepalWidth);
117
var randomNumber2 = GetRandomNumber(2 + row.Label + row.PetalLength + row.
PetalWidth
+ row.SepalLength + row.SepalWidth);