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