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