2 references to angiospermCosine
Microsoft.ML.IntegrationTests (2)
DataTransformation.cs (2)
53
output.Float1 =
angiospermCosine
(input.PetalLength, input.PetalWidth, input.SepalLength, input.SepalWidth);
70
var cosineDistance =
angiospermCosine
(row.PetalLength, row.PetalWidth, row.SepalLength, row.SepalWidth);