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