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