6 references to SepalLength
Microsoft.ML.IntegrationTests (6)
Datasets\Iris.cs (1)
50
output.SepalLength = input.
SepalLength
;
DataTransformation.cs (5)
53
output.Float1 = angiospermCosine(input.PetalLength, input.PetalWidth, input.
SepalLength
, input.SepalWidth);
56
output.SepalLength = input.
SepalLength
;
98
output.Float1 = GetRandomNumber(1 + input.Label + input.PetalLength + input.PetalWidth + input.
SepalLength
+ input.SepalWidth);
99
output.Float2 = GetRandomNumber(2 + input.Label + input.PetalLength + input.PetalWidth + input.
SepalLength
+ input.SepalWidth);
102
output.SepalLength = input.
SepalLength
;