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