1 write to PetalLength
Microsoft.ML.IntegrationTests (1)
DataTransformation.cs (1)
54output.PetalLength = input.PetalLength;
1 reference to PetalLength
Microsoft.ML.IntegrationTests (1)
DataTransformation.cs (1)
70var cosineDistance = angiospermCosine(row.PetalLength, row.PetalWidth, row.SepalLength, row.SepalWidth);