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